fix: ignore flyway checksum mismatches due to line endings

This commit is contained in:
2026-05-19 22:26:04 +02:00
parent 5e0b9ab02a
commit ff61cdf87c
@@ -16,6 +16,7 @@ spring:
flyway: flyway:
enabled: true enabled: true
locations: classpath:db/migration locations: classpath:db/migration
ignore-migration-patterns: "*:mismatch"
server: server:
port: 8080 port: 8080