]> source.dussan.org Git - redmine.git/commitdiff
Create all databases.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Feb 2013 15:46:54 +0000 (15:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Feb 2013 15:46:54 +0000 (15:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11323 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/ci.rake

index 7fce9f290f9e4f370e4288c15407bf25a1d7f763..cf1e9a185bb99ae2588047f023be2c85485fefcb 100644 (file)
@@ -12,7 +12,7 @@ namespace :ci do
   desc "Setup Redmine for a new build"
   task :setup do
     Rake::Task["log:clear"].invoke
-    Rake::Task["db:create"].invoke
+    Rake::Task["db:create:all"].invoke
     Rake::Task["db:migrate"].invoke
     Rake::Task["db:schema:dump"].invoke
     Rake::Task["test:scm:setup:all"].invoke