Commit b7d041c6 authored by Rodrigo Argumedo's avatar Rodrigo Argumedo
Browse files

Add rdrs method to reset the database(s)

parent 4224c2a1
......@@ -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'
......
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