Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authordanielgrippi <danielgrippi@gmail.com>2011-06-07 06:39:14 +0400
committerdanielgrippi <danielgrippi@gmail.com>2011-06-07 06:39:14 +0400
commitd7efee55a1b658da97915fed136010ef03673183 (patch)
tree05b3103b1414e82c98fd4c3b54c8f6977fcd4462 /lib
parentbd8ea324aec49959a844489116d53a60190b90ef (diff)
load schema instead of migrating on rake db:rebuild
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/db.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/db.rake b/lib/tasks/db.rake
index 68a9439ac..94fda525d 100644
--- a/lib/tasks/db.rake
+++ b/lib/tasks/db.rake
@@ -4,7 +4,7 @@
namespace :db do
desc "rebuild and prepare test db"
- task :rebuild => [:drop, :create, :migrate, 'db:test:prepare']
+ task :rebuild => [:drop, :create, 'schema:load', 'db:test:prepare']
namespace :integration do
# desc 'Check for pending migrations and load the integration schema'