From 807d823ccda860189b46b797c711e97930bc6733 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 1 Mar 2012 19:40:24 +0000 Subject: [PATCH] Don't touch db/schema.rb when in production mode --- script/production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/production b/script/production index 8ebbc03..d29c187 100755 --- a/script/production +++ b/script/production @@ -27,7 +27,7 @@ clear_cache() { } do_start() { - rake db:migrate + rake db:migrate SCHEMA=/dev/null clear_cache ./script/ferret_server -e $RAILS_ENV start environments_loop -- libgit2 0.21.2