Skip to content

Commit

Permalink
Aliases for mongo migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Mar 17, 2010
1 parent a9be2dd commit 298d1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
alias migrate="rake db:migrate db:test:prepare"
alias remigrate="rake db:migrate && rake db:migrate:redo && rake db:schema:dump db:test:prepare"
alias remongrate="rake mongoid:migrate && rake mongoid:migrate:redo"
alias gadd="git add -u && git add . && git status"
alias svnprecommit="git svn rebase && rake features && rake test"
alias hgprecommit="hg pull && rake features && rake test"
Expand Down

0 comments on commit 298d1b6

Please sign in to comment.