This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flyway.
Summary
Allows migrations to be run "out of order". (default: false)
If you already have versions 1 and 3 applied, and now a version 2 is found, it will be applied too instead of being ignored.- Assembly
- Cake
.Flyway .dll - Namespace
- Cake
.Flyway - Containing Type
- FlywayConfiguration
Syntax
public Nullable<bool> OutOfOrder { get; set; }
Value
Type | Description |
---|---|
Nullable |