Class DbLiberate
java.lang.Object
migratedb.v1.core.internal.command.DbLiberate
Converts the schema history table into the format used by MigrateDB.
-
Constructor Summary
ConstructorsConstructorDescriptionDbLiberate(SchemaHistory schemaHistory, Configuration configuration, Database<?> database, Schema<?, ?> defaultSchema, Schema<?, ?>[] schemas, CallbackExecutor callbackExecutor, boolean failOnNonEmptySchemaHistoryTable) -
Method Summary
-
Constructor Details
-
DbLiberate
public DbLiberate(SchemaHistory schemaHistory, Configuration configuration, Database<?> database, Schema<?, ?> defaultSchema, Schema<?, ?>[] schemas, CallbackExecutor callbackExecutor, boolean failOnNonEmptySchemaHistoryTable)
-
-
Method Details
-
liberate
-