FlywayConfiguration.

OutOfOrder Property

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<bool>