Skip to content

Commit 869f58b

Browse files
committed
Update to db migrations v138
1 parent f882637 commit 869f58b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- "3306:3306"
1717

1818
faf-db-migrations:
19-
image: faforever/faf-db-migrations:v137
19+
image: faforever/faf-db-migrations:v138
2020
command: migrate
2121
environment:
2222
FLYWAY_URL: jdbc:mysql://faf-db/faf?useSSL=false

src/main/resources/config/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ faf-api:
1616
hmac-secret: ${CLOUDFLARE_HMAC_SECRET}
1717
hmac-param: ${CLOUDFLARE_HMAC_PARAM:verify}
1818
database:
19-
schema-version: ${DATABASE_SCHEMA_VERSION:137}
19+
schema-version: ${DATABASE_SCHEMA_VERSION:138}
2020
deployment:
2121
forged-alliance-exe-path: ${FORGED_ALLIANCE_EXE_PATH:/content/legacy-featured-mod-files/updates_faf_files/ForgedAlliance.exe}
2222
repositories-directory: ${REPOSITORIES_DIRECTORY:/repositories}

0 commit comments

Comments
 (0)