Releases: ebean-orm/ebean-migration
Releases · ebean-orm/ebean-migration
12.1.3
#74 - Support Postgres "create index concurrently"
12.1.2
#73 - Bump avaje classpath scanner
11.22.1
#72 ENH: support for specifying a min-version to enforce certain migration paths enhancement
by rPraml
11.21.1
#71 Ignore inner classes in JdbcMigrations
by focdanisch
11.20.1
#70 Add a 0 version migration to denote the migration table creation and support logical locking
11.19.1
#69 - dbmigration adding delimiter $$ for Microsoft SQL Server procedures script - change to use GO
11.17.1
#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
#66 - DdlParser with string literal containing both semicolon and newline bug
11.16.1
#63 ERROR: duplicate key value violates unique constraint "pk_db_migration"
11.15.1
#62 - Revert #56 which had extra commit for handling errors in repeatable migrations