fix: change flyway ignore patterns to validate-on-migrate false

This commit is contained in:
2026-05-19 22:30:32 +02:00
parent ff61cdf87c
commit 4f140775a2
@@ -16,7 +16,7 @@ spring:
flyway: flyway:
enabled: true enabled: true
locations: classpath:db/migration locations: classpath:db/migration
ignore-migration-patterns: "*:mismatch" validate-on-migrate: false
server: server:
port: 8080 port: 8080