Skip to content

Commit 9ce4b0e

Browse files
committed
Bump faf-db to v101
1 parent 25228e4 commit 9ce4b0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build
22
on: [push]
33
env:
4-
FAF_DB_VERSION: v100
4+
FAF_DB_VERSION: v101
55
jobs:
66
test:
77
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:100}
12+
schema-version: ${DATABASE_SCHEMA_VERSION:101}
1313
mautic:
1414
base-url: ${MAUTIC_BASE_URL:false}
1515
client-id: ${MAUTIC_CLIENT_ID:false}

0 commit comments

Comments
 (0)