Uses of Interface
io.ebean.migration.MigrationContext
-
Uses of MigrationContext in io.ebean.migration
Methods in io.ebean.migration with parameters of type MigrationContextModifier and TypeMethodDescriptionMigrationRunner.checkState(MigrationContext context) Return the migrations that would be applied if the migration is run.voidMigrationRunner.run(MigrationContext context) Run the migrations if there are any that need running.