Skip to content

Releases: ebean-orm/ebean-migration

12.1.3

28 Jan 22:08
Compare
Choose a tag to compare

#74 - Support Postgres "create index concurrently"

12.1.2

13 Dec 00:02
Compare
Choose a tag to compare

#73 - Bump avaje classpath scanner

11.22.1

05 Oct 10:23
Compare
Choose a tag to compare

#72 ENH: support for specifying a min-version to enforce certain migration paths enhancement
by rPraml

11.21.1

24 Sep 09:41
Compare
Choose a tag to compare

#71 Ignore inner classes in JdbcMigrations
by focdanisch

11.20.1

19 Aug 08:56
Compare
Choose a tag to compare

#70 Add a 0 version migration to denote the migration table creation and support logical locking

11.19.1

25 Jul 09:40
Compare
Choose a tag to compare

#69 - dbmigration adding delimiter $$ for Microsoft SQL Server procedures script - change to use GO

11.17.1

16 Jul 12:24
Compare
Choose a tag to compare

#65 Change first select for update to be lock table instead
by rbygrave
#67 dbmigration.patchResetChecksumOn does not work without patchInsertOn bug
by rPraml

11.16.2

12 Jun 09:13
Compare
Choose a tag to compare

#66 - DdlParser with string literal containing both semicolon and newline bug

11.16.1

18 May 05:20
Compare
Choose a tag to compare

#63 ERROR: duplicate key value violates unique constraint "pk_db_migration"

11.15.1

02 May 22:46
Compare
Choose a tag to compare

#62 - Revert #56 which had extra commit for handling errors in repeatable migrations