Преглед изворни кода

remove call to rake db:bootstrap

Troy Davis пре 14 година
родитељ
комит
ca7644a8f9
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      recipes/rails.rb

+ 0 - 1
recipes/rails.rb

@@ -183,7 +183,6 @@ deploy_revision app['id'] do
   })
 
   before_migrate do
-    execute "rake db:bootstrap" if app['force'][node.app_environment]
     if app['gems'].include?('bundler')
       execute "bundle install" 
     else