Releases: ebean-orm/ebean-migration
Releases · ebean-orm/ebean-migration
11.14.1
#61 Adds a message to log, when running JDBC migration. bug
11.13.1
#60 - Read the migration table URL resource without caching
11.12.1
#59 - Exclude migration comment from MigrationVersion comparison for non-repeatable migrations
#58 ENH: Add ability to run "init" migrations (sort of checkpoint migration that combines many migrations into 1)
#57 - Refactor to use try with resources for closing ResultSets and Statements - no effective change
11.11.1
#56 - multiple migrations that are partially executed may not be inserted in dbmigration-history
11.10.1
#55 Make ScriptTransform public for use in Ebeans "create-all" DDL generation
11.9.1
Issues:
#53 "INIT" repeatable type stored as "R" in migration table when it would be nice to have it as "I" bug
#54 Restore the getContent() method to LocalMigrationResource
11.8.2
#52 - ENH: Add MigrationConfig.setCurrentSchema ... such that we can control separately if we set dbSchema when running migrations
11.8.1
Re-release of 11.7.2 due to failed push to central.
Has Issue: #51 - Support DDL scripts with stored procedures with inline comments
11.7.2
#51 - Support DDL scripts with stored procedures with inline comments
11.7.1
Enhancements:
#46 ENH: flyway like java-migration (programmatic migration) enhancement
#50 ENH: Add support for repeatable scripts, that are executed first