mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
Added a migrate
alias.
It migrates the DB and prepares the test DB.
This commit is contained in:
parent
178bce287e
commit
f7fc164377
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ alias sr='ruby script/runner'
|
|||
alias ssp='ruby script/spec'
|
||||
alias rdbm='rake db:migrate'
|
||||
alias rdbtp='rake db:test:prepare'
|
||||
alias migrate='rake db:migrate && rake db:test:prepare'
|
||||
alias sc='ruby script/console'
|
||||
alias sd='ruby script/server --debugger'
|
||||
alias devlog='tail -f log/development.log'
|
||||
|
|
Loading…
Reference in a new issue