flatten flyway migrations

This commit is contained in:
2026-04-19 17:42:30 -06:00
parent 11618f0cfd
commit 58a48215da
11 changed files with 261 additions and 252 deletions

View File

@@ -40,6 +40,7 @@ spring:
flyway:
enabled: ${FLYWAY_ENABLED:false}
validate-on-migrate: false
server:
port: ${SERVER_PORT:8080}