Commit a55a3133 authored by Dzianis Dashkevich's avatar Dzianis Dashkevich
Browse files

Add rdms alias to rails plugin

parent c78277fd
......@@ -45,6 +45,7 @@ alias rsd='rails server --debugger'
# Rake aliases
alias rdm='rake db:migrate'
alias rdms='rake db:migrate:status'
alias rdr='rake db:rollback'
alias rdc='rake db:create'
alias rds='rake db:seed'
......
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