Uses of Class
migratedb.v1.core.api.internal.schemahistory.AppliedMigration
-
Packages that use AppliedMigration Package Description migratedb.v1.core.api MigrateDbException, MigrationInfo and related classes.migratedb.v1.core.api.output migratedb.v1.core.internal.schemahistory Private API. -
-
Uses of AppliedMigration in migratedb.v1.core.api
Methods in migratedb.v1.core.api that return AppliedMigration Modifier and Type Method Description @Nullable AppliedMigrationMigrationInfo. getAppliedMigration() -
Uses of AppliedMigration in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output with parameters of type AppliedMigration Modifier and Type Method Description static RepairOutputCommandResultFactory. createRepairOutput(AppliedMigration am) -
Uses of AppliedMigration in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory that return AppliedMigration Modifier and Type Method Description AppliedMigrationSchemaHistory. getBaselineMarker()Retrieves the baseline marker from the schema history table.Methods in migratedb.v1.core.internal.schemahistory that return types with arguments of type AppliedMigration Modifier and Type Method Description abstract List<AppliedMigration>SchemaHistory. allAppliedMigrations()Methods in migratedb.v1.core.internal.schemahistory with parameters of type AppliedMigration Modifier and Type Method Description abstract voidSchemaHistory. delete(AppliedMigration appliedMigration)Update the schema history to mark this migration as DELETEDabstract voidSchemaHistory. update(AppliedMigration appliedMigration, ResolvedMigration resolvedMigration)Updates this applied migration to match this resolved migration.
-