mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #3976 from rodrigoargumedo/patch-1
Add rdrs method to reset the database(s)
This commit is contained in:
commit
a1e722d446
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