Revert "Use db:schema:load task instead of db:migrate"

This reverts commit 3350839d2e.
This commit is contained in:
Erik Michaels-Ober 2011-06-14 07:45:03 -07:00
parent 979624dd8a
commit e6f41da015
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
script: "bundle exec rake db:schema:load test"
script: "bundle exec rake db:migrate test"
rvm:
- 1.8.7
- 1.9.2