Class InfoResult

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

public class InfoResult extends OperationResult
  • Field Details

    • schemaVersion

      public String schemaVersion
    • schemaName

      public String schemaName
    • migrations

      public List<InfoOutput> migrations
    • allSchemasEmpty

      public boolean allSchemasEmpty
  • Constructor Details