Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e351ab2 commit ade683eCopy full SHA for ade683e
driver/postgres/README.md
@@ -1,7 +1,7 @@
1
# PostgreSQL Driver
2
3
-* Runs migrations in transcations.
4
- 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.
5
* Tries to return helpful error messages.
6
* Stores migration version details in table ``schema_migrations``.
7
This table will be auto-generated.
@@ -20,4 +20,4 @@ migrate help # for more info
20
21
## Authors
22
23
-* Matthias Kadenbach, https://github.com/mattes
+* Matthias Kadenbach, https://github.com/mattes
0 commit comments