Uses of Class
migratedb.v1.core.api.output.RepairResult
-
Packages that use RepairResult Package Description migratedb.v1.core The main MigrateDB package and for most users, the only one they'll ever need to know about.migratedb.v1.core.api.output migratedb.v1.core.internal.command Private API.migratedb.v1.core.internal.schemahistory Private API. -
-
Uses of RepairResult in migratedb.v1.core
Methods in migratedb.v1.core that return RepairResult Modifier and Type Method Description RepairResultMigrateDb. repair()Repairs the MigrateDb schema history table. -
Uses of RepairResult in migratedb.v1.core.api.output
Methods in migratedb.v1.core.api.output that return RepairResult Modifier and Type Method Description static RepairResultCommandResultFactory. createRepairResult(Configuration configuration, Database database) -
Uses of RepairResult in migratedb.v1.core.internal.command
Methods in migratedb.v1.core.internal.command that return RepairResult Modifier and Type Method Description RepairResultDbRepair. repair()Repairs the schema history table. -
Uses of RepairResult in migratedb.v1.core.internal.schemahistory
Methods in migratedb.v1.core.internal.schemahistory with parameters of type RepairResult Modifier and Type Method Description abstract booleanSchemaHistory. removeFailedMigrations(RepairResult repairResult, List<MigrationPattern> migrationPatternFilter)Repairs the schema history table after a failed migration.
-