FlywayConfiguration.

Mixed Property

Summary

Whether to allow mixing transactional and non-transactional statements within the same migration. true if mixed migrations should be allowed. false if an error should be thrown instead. (default: false)
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public Nullable<bool> Mixed { get; set; }

Value

Type Description
Nullable<bool>