FlywayConfiguration.

SkipDefaultCallbacks Property

Summary

If set to true, default built-in callbacks (sql) are skipped and only custom callback as defined by 'flyway.callbacks' are used. (default: false)
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

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

Value

Type Description
Nullable<bool>