Closed julian9499 closed 2 years ago
Relevant log message in production:
2021-11-15 16:00:38.199 WARN 1 --- [ main] o.f.c.i.s.JdbcTableSchemaHistory : Could not find schema history table "event"."flyway_schema_history", but found "event"."schema_version" instead. You are seeing this message because Flyway changed its default for flyway.table in version 5.0.0 to flyway_schema_history and you are still relying on the old default (schema_version). Set flyway.table=schema_version in your configuration to fix this. This fallback mechanism will be removed in Flyway 6.0.0.
Remove the version number from flyway-core and update the migrations to support flyway-core V6 and up