Commit 807d823ccda860189b46b797c711e97930bc6733

Authored by Antonio Terceiro
1 parent 358ff61c

Don't touch db/schema.rb when in production mode

ActionItem2236
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/production
@@ -27,7 +27,7 @@ clear_cache() { @@ -27,7 +27,7 @@ clear_cache() {
27 } 27 }
28 28
29 do_start() { 29 do_start() {
30 - rake db:migrate 30 + rake db:migrate SCHEMA=/dev/null
31 clear_cache 31 clear_cache
32 ./script/ferret_server -e $RAILS_ENV start 32 ./script/ferret_server -e $RAILS_ENV start
33 environments_loop 33 environments_loop