Releases: ebean-orm/ebean-migration
Releases · ebean-orm/ebean-migration
11.6.1
#49 Modify createSchemaIfNotExists to default to true
#48 Support loading dbmigration.schema and dbmigration.createSchemaIfNotExists from properties
#47 Refactor - tidy internal JdbcClose to handle nulls
11.5.1
#39 - ENH: Add support for DdlRunner.setCommitOnCreateIndex() ... for CockroachDB support
11.4.1
#38 - Add Cockroach DB detection
11.3.1
#36 - Do not run empty statement (which does not execute with oracle jdbc)
11.2.1
Enhancements:
#35 - ENH: Add support for patching migration history - reset checksum & insert into history
11.1.1
No effective change - just bumping to 11.x range to line up with current Ebean version range.
10.3.2
#34 - Allow single DDL script with no trailing semi-colon to be parsed
10.3.1
#33 Update to 2.2.4 of avaje-classpath-scanner
10.2.1
#32 Repackage from io.ebean.dbmigration to io.ebean.migration (in preparation for java 9 modules)
<dependency>
<groupId>io.ebean</groupId>
<artifactId>ebean-migration</artifactId>
<version>10.2.1</version>
</dependency>
10.1.11
Issues:
#30 Add Missing "checkState" methods enhancement