An error occurred while fetching folder content.
feat(rails): Add `rdmd` and `rdmu` aliases to Rails plugin (#6126)
Dzianis Dashkevich authored
* `rdmd` is aliased to `rake db:migrate:down`
* `rdmu` is aliased to `rake db:migrate:up`
* These tasks allow you to run a specific migration up or down by
specifying the appropriate `VERSION` env variable, which contains
the numerical prefix of the migration's filename
42f56c56
Name Last commit Last update
..