mirror of https://github.com/status-im/migrate.git
commit
b4d9b6ae24
|
@ -1,7 +1,7 @@
|
|||
# PostgreSQL Driver
|
||||
|
||||
* Runs migrations in transcations.
|
||||
That means that if a migration failes, it will be safely rolled back.
|
||||
* Runs migrations in transactions.
|
||||
That means that if a migration fails, it will be safely rolled back.
|
||||
* Tries to return helpful error messages.
|
||||
* Stores migration version details in table ``schema_migrations``.
|
||||
This table will be auto-generated.
|
||||
|
|
Loading…
Reference in New Issue