Interface MigrationSet
public interface MigrationSet
Models a set of migrations. Each individual migration is applied
in a transaction.
-
Method Summary
-
Method Details
-
id
String id()- Returns:
- the unique ID for this migration set
-
migrations
- Returns:
- list of migrations in the order that they should be applied
-
build
-