mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user