Skip to content

Releases: ebean-orm/ebean-migration

11.6.1

27 Jun 04:09
Compare
Choose a tag to compare

#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

11 Mar 09:09
Compare
Choose a tag to compare

#39 - ENH: Add support for DdlRunner.setCommitOnCreateIndex() ... for CockroachDB support

11.4.1

08 Mar 00:02
Compare
Choose a tag to compare

#38 - Add Cockroach DB detection

11.3.1

02 Feb 10:24
Compare
Choose a tag to compare

#36 - Do not run empty statement (which does not execute with oracle jdbc)

11.2.1

22 Nov 12:01
Compare
Choose a tag to compare

Enhancements:

#35 - ENH: Add support for patching migration history - reset checksum & insert into history

11.1.1

18 Oct 12:16
Compare
Choose a tag to compare

No effective change - just bumping to 11.x range to line up with current Ebean version range.

10.3.2

18 Oct 12:16
Compare
Choose a tag to compare

#34 - Allow single DDL script with no trailing semi-colon to be parsed

10.3.1

13 Sep 12:49
Compare
Choose a tag to compare

#33 Update to 2.2.4 of avaje-classpath-scanner

10.2.1

08 Sep 13:34
Compare
Choose a tag to compare

#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

06 Jul 08:50
Compare
Choose a tag to compare

Issues:

#30 Add Missing "checkState" methods enhancement