DB Migration runner (similar to Flyway) which can be used standalone or with Ebean (run migrations on EbeanServer start)
9
stars
5
forks
source link
Repackage from io.ebean.dbmigration to io.ebean.migration (in preparation for java 9 modules) #32
Closed
rbygrave closed 7 years ago
Such that it does not package clash with the dbmigration package in Ebean itself.
As part of this we will add a MANIFEST.MF file with:
Automatic-Module-Name: io.ebean.migration
And change the maven artifactId to ebean-migration (from ebean-dbmigration)