Update description of migrate alias

Update the README description of the `migrate` alias to match the actual alias
This commit is contained in:
Jesse Bailey 2019-10-10 17:04:20 -04:00 committed by Geoff Harcourt
parent 3001fd3d65
commit e38b069478

View file

@ -225,7 +225,7 @@ Shell aliases and scripts:
* `b` for `bundle`.
* `g` with no arguments is `git status` and with arguments acts like `git`.
* `migrate` for `rake db:migrate && rake db:rollback && rake db:migrate`.
* `migrate` for `rake db:migrate db:rollback && rake db:migrate db:test:prepare`.
* `mcd` to make a directory and change into it.
* `replace foo bar **/*.rb` to find and replace within a given list of files.
* `tat` to attach to tmux session named the same as the current directory.