Instead of running this for migrating down the most recent version
$ rake db:migrate:down VERSION=20110713230446
I would like to use an alias e.g.
$ rake db:migrate:down VERSION=previous
Does an alias like this exist?
|
Instead of running this for migrating down the most recent version
I would like to use an alias e.g.
Does an alias like this exist? |
|||
|
|
|
Yes. The alias is |
|||
|
|