mirror of https://github.com/status-im/migrate.git
Fixes typos.
This commit is contained in:
parent
e351ab27b9
commit
ade683e8b5
|
@ -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.
|
||||
|
@ -20,4 +20,4 @@ migrate help # for more info
|
|||
|
||||
## Authors
|
||||
|
||||
* Matthias Kadenbach, https://github.com/mattes
|
||||
* Matthias Kadenbach, https://github.com/mattes
|
||||
|
|
Loading…
Reference in New Issue