Fixed db_schema & reordered rake tasks

This commit is contained in:
Dmitriy Zaporozhets 2012-04-21 12:45:43 +03:00
parent 08994f3f60
commit 7058258a2a
4 changed files with 16 additions and 12 deletions

View file

@ -1,7 +1,7 @@
namespace :gitlab do
namespace :app do
desc "GITLAB | Setup production application"
task :setup => ['db:setup', 'db:seed_fu']
task :setup => ['db:setup', 'db:seed_fu', 'gitlab:app:enable_automerge']
end
end