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:
enabled: true
locations: classpath:db/migration
ignore-migration-patterns: "*:mismatch"
server:
port: 8080