FlywayConfiguration.

SkipDefaultResolvers Property

Summary

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

Syntax

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

Value

Type Description
Nullable<bool>