Constructor MigrationDescription
MigrationDescription(params MigrationStep<TVersion, TTarget>[])
Build a migration description.
Declaration
public MigrationDescription(params MigrationStep<TVersion, TTarget>[] steps)
Parameters
Type | Name | Description |
---|---|---|
MigrationStep<TVersion, TTarget>[] | steps | The step to follow between each version migration. |