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 25228e4 commit 9ce4b0eCopy full SHA for 9ce4b0e
.github/workflows/build.yaml
@@ -1,7 +1,7 @@
1
name: Build
2
on: [push]
3
env:
4
- FAF_DB_VERSION: v100
+ FAF_DB_VERSION: v101
5
jobs:
6
test:
7
runs-on: ubuntu-latest
src/main/resources/config/application.yml
@@ -9,7 +9,7 @@ faf-api:
9
challonge:
10
key: ${CHALLONGE_KEY:}
11
database:
12
- schema-version: ${DATABASE_SCHEMA_VERSION:100}
+ schema-version: ${DATABASE_SCHEMA_VERSION:101}
13
mautic:
14
base-url: ${MAUTIC_BASE_URL:false}
15
client-id: ${MAUTIC_CLIENT_ID:false}
0 commit comments