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?
Comments
1 comment
Add comment
Please sign in to leave a comment.