You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
and then "force" the expected version.
66
66
67
67
#### What happens if two programs try and update the database at the same time?
68
-
Database-specific locking features are used by *some* database drivers to prevent multiple instances of migrate from running migrations at the same time
68
+
Database-specific locking features are used by *some* database drivers to prevent multiple instances of migrate from running migrations on
69
69
the same database at the same time. For example, the MySQL driver uses the `GET_LOCK` function, while the Postgres driver uses
0 commit comments