Skip to content

Commit 46dd1ae

Browse files
committed
Bump faf-db to v100
1 parent 6511fb3 commit 46dd1ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git:
1111

1212
env:
1313
global:
14-
- FAF_DB_VERSION="v98" # git tag of the db version
14+
- FAF_DB_VERSION="v100" # git tag of the db version
1515
- GRADLE_CLI_OPTS="--console=plain --stacktrace --quiet"
1616

1717
before_install:

src/main/resources/config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ faf-api:
99
challonge:
1010
key: ${CHALLONGE_KEY:}
1111
database:
12-
schema-version: ${DATABASE_SCHEMA_VERSION:98}
12+
schema-version: ${DATABASE_SCHEMA_VERSION:100}
1313
mautic:
1414
base-url: ${MAUTIC_BASE_URL:false}
1515
client-id: ${MAUTIC_CLIENT_ID:false}

0 commit comments

Comments
 (0)