Class LiberateResult

java.lang.Object
migratedb.v1.core.api.output.OperationResult
migratedb.v1.core.api.output.LiberateResult

public class LiberateResult extends OperationResult
  • Field Details

    • schemaHistorySchema

      public String schemaHistorySchema
    • oldSchemaHistoryTable

      public String oldSchemaHistoryTable
    • schemaHistoryTable

      public String schemaHistoryTable
    • actions

      public List<LiberateAction> actions
  • Constructor Details