mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 11:44:00 +08:00
looks like db:migrate is required
This commit is contained in:
parent
a687c32cc7
commit
bca5c2192a
|
@ -22,7 +22,7 @@ before_install:
|
|||
|
||||
before_script:
|
||||
- psql -c 'create database discourse_test;' -U postgres
|
||||
- bundle exec rake db:schema:load
|
||||
- bundle exec rake db:migrate
|
||||
|
||||
bundler_args: --without development --deployment
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user