Commit 75f2f4e0 authored by Thiago Leite Luiz's avatar Thiago Leite Luiz Committed by Robby Russell
Browse files

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

parent 073ea01c
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment