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