mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Add alias for db:drop db:migrate db:seed command
This commit is contained in:
parent
e55c715508
commit
7046f3253f
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,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 rddms='rake db:drop db:migrate db:seed'
|
||||
|
||||
alias rlc='rake log:clear'
|
||||
alias rn='rake notes'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue