Non-transactional Java-based migrations support #2164
Comments
Is there documentation describing the best upgrade approach for people with From the looks of things that's pretty close to what Flyway does internally. I'm just trying to understand the upgrade path for people who have some |
Until now
JdbcMigration
andSpringJdbcMigration
implementations could only execute within a transaction. Flyway 5.2.0 introduces a newJavaMigration
type which supersedes both existing ones and additionally can be configured to optionally execute without a transaction.The text was updated successfully, but these errors were encountered: