1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 05:40:08 +00:00

Adding alias to rake db:schema:load command. (#5281)

This commit is contained in:
Thiago Leite Luiz 2016-08-14 22:01:13 -03:00 committed by Robby Russell
parent 073ea01cce
commit 75f2f4e027

View file

@ -57,6 +57,7 @@ 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'
alias rdsl='rake db:schema:load'
alias rlc='rake log:clear'
alias rn='rake notes'
alias rr='rake routes'