Refactor: Ebean uses the MigrationVersion from the ebean-migration artifact (#1713)

This commit is contained in:
Roland Praml
2019-05-18 11:32:17 +12:00
committed by Rob Bygrave
parent 895b5ee4ff
commit 197056dbc5
12 changed files with 27 additions and 217 deletions
@@ -1,6 +1,7 @@
package io.ebeaninternal.dbmigration.model;
import io.ebean.migration.MigrationVersion;
import io.ebeaninternal.dbmigration.migration.DropHistoryTable;
import io.ebeaninternal.dbmigration.migration.DropIndex;
import io.ebeaninternal.dbmigration.migration.DropTable;