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 3c08d35 commit 2918927Copy full SHA for 2918927
guides/source/active_record_migrations.md
@@ -59,7 +59,7 @@ exist. Active Record knows how to reverse this migration as well: if we roll
59
this migration back, it will remove the table.
60
61
On databases that support transactions with statements that change the schema,
62
-migrations are wrapped in a transaction. If the database does not support this
+each migration is wrapped in a transaction. If the database does not support this
63
then when a migration fails the parts of it that succeeded will not be rolled
64
back. You will have to rollback the changes that were made by hand.
65
0 commit comments