From e38b069478418a253c561390f43af6161912dbc4 Mon Sep 17 00:00:00 2001 From: Jesse Bailey Date: Thu, 10 Oct 2019 17:04:20 -0400 Subject: [PATCH] Update description of `migrate` alias Update the README description of the `migrate` alias to match the actual alias --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8c5b50..6a01288 100644 --- a/README.md +++ b/README.md @@ -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.