Skip to content

Commit 2f56d72

Browse files
committed
Update to db v122
1 parent 8e30432 commit 2f56d72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on: [ push, pull_request ]
33
env:
44
FLYWAY_VERSION: 7.15.0
5-
FAF_DB_VERSION: v121
5+
FAF_DB_VERSION: v122
66
jobs:
77
test:
88
runs-on: ubuntu-latest

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:121}
12+
schema-version: ${DATABASE_SCHEMA_VERSION:122}
1313
mautic:
1414
base-url: ${MAUTIC_BASE_URL:false}
1515
client-id: ${MAUTIC_CLIENT_ID:false}

0 commit comments

Comments
 (0)