Enum MigrationStage
Represents a stage in the migration run.
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
public enum MigrationStage
Fields
| Name | Description |
|---|---|
| AfterAll | Migration will be run after all standard migrations and profiles. |
| AfterEach | Migration will be run after each standard migration. |
| BeforeAll | Migration will be run before all standard migrations. |
| BeforeEach | Migration will be run before each standard migration. |
| BeforeProfiles | Migration will be run after all standard migrations, but before profiles. |