diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-03 15:46:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-03 15:46:54 +0000 |
commit | 25e1842f5fa9c24fe31f7b14c76c99d02825c9a1 (patch) | |
tree | ead7710aa4ba5065f1c87939d357ab1ea9bd7c44 /lib/tasks | |
parent | 8aff70398c91e3b097cff1312d4ab96015c07d87 (diff) | |
download | redmine-25e1842f5fa9c24fe31f7b14c76c99d02825c9a1.tar.gz redmine-25e1842f5fa9c24fe31f7b14c76c99d02825c9a1.zip |
Create all databases.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11323 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/ci.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 7fce9f290..cf1e9a185 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -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 |