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:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-06-10 02:30:58 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-06-10 02:30:58 +0400
commitc78e903794697392889bccef0b2007647e71e53e (patch)
tree9624e303b828b04f1c63912bfbf1c6522bc7ac3d /lib
parent9453f65b7d3f1d4f16a43f4bc87a694326870703 (diff)
Change rebuild back to using migrate
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 94fda525d..68a9439ac 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, 'schema:load', 'db:test:prepare']
+ task :rebuild => [:drop, :create, :migrate, 'db:test:prepare']
namespace :integration do
# desc 'Check for pending migrations and load the integration schema'