public interface Migration
Modifier and Type | Method and Description |
---|---|
void |
runMigration(SQLDatabase db)
Implementors should run all migration steps in this method.
|
void runMigration(SQLDatabase db) throws java.lang.Exception
db
- The SQLDatabase
to migratejava.lang.Exception
- an exception was thrown during migration