mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 05:40:08 +00:00
Add rdrs method to reset the database(s)
This commit is contained in:
parent
4224c2a1af
commit
b7d041c627
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ alias rdr='rake db:rollback'
|
|||
alias rdc='rake db:create'
|
||||
alias rds='rake db:seed'
|
||||
alias rdd='rake db:drop'
|
||||
alias rdrs='rake db:reset'
|
||||
alias rdtc='rake db:test:clone'
|
||||
alias rdtp='rake db:test:prepare'
|
||||
alias rdmtc='rake db:migrate db:test:clone'
|
||||
|
|
Loading…
Reference in a new issue