Use db:schema:load task instead of db:migrate
Migrations can break over time but schemas are forever.
This commit is contained in:
parent
99433dec8b
commit
3350839d2e
|
@ -1,4 +1,4 @@
|
|||
script: "bundle exec rake db:migrate test"
|
||||
script: "bundle exec rake db:schema:load test"
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- 1.9.2
|
||||
|
|
Loading…
Reference in New Issue