mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added mrm alias to rails
A common workflow in a rails database migrations is to migrate and check rollback for up/down migration issues. This helps keep the schema in check regardless if any part of a migration fails.
This commit is contained in:
parent
7f07facf41
commit
a6d63be42e
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ alias rdd='rake db:drop'
|
|||
alias rdtc='rake db:test:clone'
|
||||
alias rdtp='rake db:test:prepare'
|
||||
alias rdmtc='rake db:migrate db:test:clone'
|
||||
alias rdmrm='rake db:migrate db:rollback && rake db:migrate'
|
||||
|
||||
alias rlc='rake log:clear'
|
||||
alias rn='rake notes'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue