Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d7e0e40

Browse files
author
Marcin K
committed
FAQ: Add one more question
1 parent 74b9fdb commit d7e0e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FAQ.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@
6868
Database-specific locking features are used by *some* database drivers to prevent multiple instances of migrate from running migrations at the same time
6969
the same database at the same time. For example, the MySQL driver uses the `GET_LOCK` function, while the Postgres driver uses
7070
the `pg_advisory_lock` function.
71+
72+
#### Do I need to create a table for tracking migration version used?
73+
No, it is done automatically. This information will be kept in the table `schema_migrations` in the database that you have configured.

0 commit comments

Comments
 (0)