mirror of
https://github.com/jbranchaud/til
synced 2026-01-08 09:38:04 +00:00
Merge pull request #26 from jakeonrails/patch-1
Fix typo, migration -> 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