add flyway baseline config

This commit is contained in:
2026-04-20 05:45:10 -06:00
parent 0f937f12f5
commit 6e1dfdb79f

View File

@@ -40,6 +40,8 @@ spring:
flyway:
enabled: ${FLYWAY_ENABLED:false}
baseline-on-migrate: true
baseline-version: 0
server:
port: ${SERVER_PORT:8080}