Flyway 6.0 blockers
alokmenghrajani opened this issue · 0 comments
alokmenghrajani commented
We currently can't upgrade to Flyway 6.0 for the following reasons:
- We are calling deprecated methods which go away in 6.0 (
.setDataSource
,.setLocations
). - The schema table changed names, from "schema_version" to "flyway_schema_history".