Skip to content

Commit

Permalink
Bump db to v67
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed May 5, 2019
1 parent 4688c9e commit 06048cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ before_install:
install:
- git clone https://github.com/FAForever/faf-stack.git faf-stack
&& pushd faf-stack
&& git checkout 572bef1c
&& git checkout 0eb5b8f610e5d5ba6bccc6eebca31148414135bd
&& cp -r config.template config
&& ./scripts/init-db.sh
&& popd
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ faf-api:
challonge:
key: ${CHALLONGE_KEY:}
database:
schema-version: ${DATABASE_SCHEMA_VERSION:66}
schema-version: ${DATABASE_SCHEMA_VERSION:67}
mautic:
base-url: ${MAUTIC_BASE_URL:false}
client-id: ${MAUTIC_CLIENT_ID:false}
Expand Down

0 comments on commit 06048cf

Please sign in to comment.