mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Fix typo
`rake db:migration` should be `rake db:migrate`
This commit is contained in:
@@ -6,7 +6,7 @@ should happen when migrating *up* and what should happen when migrating
|
||||
can be accomplished using the following one-liner:
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user