Does Flyway Community edition supports "undo"?
jducepa
Posts: 1 New member
I'm evaluating Flyway Community Edition 9.19.0 with PostgreSQL. On the CLI I see can execute "undo" migration. However, as soon as an undo is made in the "flyway_schema_history" if I try the migration with maven on via Spring Boot subsequently, the migration fails and in the case of Spring Boot, my application doesn't start because the model doesn't fit with my DB. Does Flyway Community edition supports "undo"? Or only in CLI?
Answers
I'm afraid not, the minimum license and edition requirement for the Undo verb is Teams (source).