Skip to content

Commit

Permalink
Bump db to V71
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Aug 11, 2019
1 parent 76d3f52 commit e663713
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 @@ -23,7 +23,7 @@ before_install:
install:
- git clone https://github.com/FAForever/faf-stack.git faf-stack
&& pushd faf-stack
&& git checkout 8e9e3bd
&& git checkout 03b2fd4
&& 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:70}
schema-version: ${DATABASE_SCHEMA_VERSION:71}
mautic:
base-url: ${MAUTIC_BASE_URL:false}
client-id: ${MAUTIC_CLIENT_ID:false}
Expand Down

0 comments on commit e663713

Please sign in to comment.