Commit Graph
4 Commits
Author SHA1 Message Date
81db2af601 feat(rails): Add rdmr (rake db:migrate:redo) alias to Rails plugin (#6124)
Co-authored-by: Robby Russell <robby@planetargon.com>
2021-06-11 20:12:13 -07:00
Dzianis DashkevichandGitHub 42f56c5601 feat(rails): Add rdmd and rdmu aliases to Rails plugin (#6126)
* `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
2021-06-11 20:10:00 -07:00
Dzianis DashkevichandRobby Russell 95371afdd8 Add gcpa and gcpc aliases to git plugin (#5271) 2016-08-14 17:58:11 -07:00
Dzianis Dashkevich a55a313328 Add rdms alias to rails plugin 2015-01-09 16:46:02 +03:00