Skip to content

Commit

Permalink
Update FAQ.md - typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stensonb authored Feb 2, 2025
1 parent d477553 commit a868033
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 a868033

Please sign in to comment.