We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6511fb3 commit 46dd1aeCopy full SHA for 46dd1ae
2 files changed
.travis.yml
@@ -11,7 +11,7 @@ git:
11
12
env:
13
global:
14
- - FAF_DB_VERSION="v98" # git tag of the db version
+ - FAF_DB_VERSION="v100" # git tag of the db version
15
- GRADLE_CLI_OPTS="--console=plain --stacktrace --quiet"
16
17
before_install:
src/main/resources/config/application.yml
@@ -9,7 +9,7 @@ faf-api:
9
challonge:
10
key: ${CHALLONGE_KEY:}
database:
- schema-version: ${DATABASE_SCHEMA_VERSION:98}
+ schema-version: ${DATABASE_SCHEMA_VERSION:100}
mautic:
base-url: ${MAUTIC_BASE_URL:false}
client-id: ${MAUTIC_CLIENT_ID:false}
0 commit comments