Skip to content

Releases: ebean-orm/ebean-migration

11.14.1

01 Feb 11:50
Compare
Choose a tag to compare

#61 Adds a message to log, when running JDBC migration. bug

11.13.1

07 Jan 09:26
Compare
Choose a tag to compare

#60 - Read the migration table URL resource without caching

11.12.1

16 Dec 09:36
Compare
Choose a tag to compare

#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

23 Nov 01:32
Compare
Choose a tag to compare

#56 - multiple migrations that are partially executed may not be inserted in dbmigration-history

11.10.1

13 Nov 08:32
Compare
Choose a tag to compare

#55 Make ScriptTransform public for use in Ebeans "create-all" DDL generation

11.9.1

15 Aug 11:58
Compare
Choose a tag to compare

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

09 Aug 09:14
Compare
Choose a tag to compare

#52 - ENH: Add MigrationConfig.setCurrentSchema ... such that we can control separately if we set dbSchema when running migrations

11.8.1

08 Aug 10:46
Compare
Choose a tag to compare

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

08 Aug 10:39
Compare
Choose a tag to compare

#51 - Support DDL scripts with stored procedures with inline comments

11.7.1

01 Jul 03:13
Compare
Choose a tag to compare

Enhancements:

#46 ENH: flyway like java-migration (programmatic migration) enhancement
#50 ENH: Add support for repeatable scripts, that are executed first