Skip to content

Commit

Permalink
Update FAQ.md
Browse files Browse the repository at this point in the history
Co-Authored-By: a-h <[email protected]>
  • Loading branch information
dhui and a-h authored Dec 14, 2018
1 parent 2e0b820 commit 6f1479f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
and then "force" the expected version.

#### What happens if two programs try and update the database at the same time?
Database-specific locking features are used by each migration driver to prevent multiple processes from attempting to migrate
Database-specific locking features are used by *some* database drivers to prevent multiple instances of migrate from running migrations at the same time
the same database at the same time. For example, the MySQL driver uses the `GET_LOCK` function, while the Postgres driver uses
the `pg_advisory_lock` function.

0 comments on commit 6f1479f

Please sign in to comment.