1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-16 13:38:02 +00:00

Merge pull request #26 from jakeonrails/patch-1

Fix typo, migration -> migrate
This commit is contained in:
Josh Branchaud
2016-02-14 11:33:55 -06:00

View File

@@ -6,7 +6,7 @@ should happen when migrating *up* and what should happen when migrating
can be accomplished using the following one-liner: can be accomplished using the following one-liner:
```bash ```bash
$ rake db:migration && rake db:migration:redo $ rake db:migrate && rake db:migrate:redo
``` ```
The `rake db:migration` does what we would expect applying our new migration The `rake db:migration` does what we would expect applying our new migration