未验证 提交 81db2af6 编写于 作者: D Dzianis Dashkevich 提交者: GitHub

feat(rails): Add `rdmr` (`rake db:migrate:redo`) alias to Rails plugin (#6124)

Co-authored-by: NRobby Russell <robby@planetargon.com>
上级 42f56c56
......@@ -56,6 +56,7 @@ alias rsb='rails server --bind'
# Rake aliases
alias rdm='rake db:migrate'
alias rdmr='rake db:migrate:redo'
alias rdmd='rake db:migrate:down'
alias rdms='rake db:migrate:status'
alias rdmu='rake db:migrate:up'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册