Enum MigrationDirection
The direction of the migration
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
public enum MigrationDirection
Fields
Name | Description |
---|---|
Down | Reverts the migration |
Up | Applies the migration |