FAQ: Remove driver specific info

This commit is contained in:
Marcin K 2019-08-07 21:52:15 +02:00
parent 1d402e46a8
commit e98f9f6a24

2
FAQ.md
View File

@ -70,4 +70,4 @@ Database-specific locking features are used by *some* database drivers to preven
the `pg_advisory_lock` function.
#### Do I need to create a table for tracking migration version used?
No, it is done automatically. This information will be kept in the table `schema_migrations` in the database that you have configured.
No, it is done automatically.