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.
2 parents 3916e52 + 053aec4 commit 80c8e0eCopy full SHA for 80c8e0e
rails/migrating-up-down-up.md
@@ -6,7 +6,7 @@ should happen when migrating *up* and what should happen when migrating
6
can be accomplished using the following one-liner:
7
8
```bash
9
-$ rake db:migration && rake db:migration:redo
+$ rake db:migrate && rake db:migrate:redo
10
```
11
12
The `rake db:migration` does what we would expect applying our new migration
0 commit comments