FlywayConfiguration.

ValidateOnMigrate Property

Summary

Whether to automatically call validate or not when running migrate. (default: true)
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

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

Value

Type Description
Nullable<bool>