little fixes

This commit is contained in:
gitlabhq 2011-10-14 17:13:24 +03:00
parent a136247fea
commit 6a60365fed
1 changed files with 3 additions and 2 deletions

View File

@ -20,9 +20,10 @@ if env == "production"
else
`bundle install`
end
# migrate db
`bundle exec rake db:setup RAILS_ENV=#{env}`
`bundle exec rake db:create RAILS_ENV=#{env}`
`bundle exec rake db:schema:load RAILS_ENV=#{env}`
`bundle exec rake db:seed_fu RAILS_ENV=#{env}`
puts green %q[