Skip to content

Commit

Permalink
Merge pull request #1225 from stensonb/patch-1
Browse files Browse the repository at this point in the history
Update FAQ.md - typo
  • Loading branch information
dhui authored Feb 20, 2025
2 parents d477553 + a868033 commit 24a6476
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,7 +65,7 @@
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 *some* database drivers to prevent multiple instances of migrate from running migrations at the same time
Database-specific locking features are used by *some* database drivers to prevent multiple instances of migrate from running migrations on
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.

Expand Down

0 comments on commit 24a6476

Please sign in to comment.