Interface MigrationSet


  • public interface MigrationSet
    Models a set of migrations. Each individual migration is applied in a transaction.
    • Method Detail

      • id

        java.lang.String id()
        Returns:
        the unique ID for this migration set
      • migrations

        java.util.List<Migration> migrations()
        Returns:
        list of migrations in the order that they should be applied