little fixes
This commit is contained in:
parent
a136247fea
commit
6a60365fed
|
@ -22,7 +22,8 @@ else
|
|||
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[
|
||||
|
|
Loading…
Reference in a new issue