Is it possible to output the db migration to an SQL file instead of directly invoking database changes in flyway?
feedback
|
|
I didnt find a way. Switched to mybatis migration. Looks quite nice. | |||
|
feedback
|
|
Most times this will not be needed as with Flyway the DB migrations themselves will already be written in SQL. | |||
|
feedback
|