FlywayConfiguration.

Locations Property

Summary

List of locations to scan recursively for migrations. (default: filesystem:<<INSTALL-DIR>>/sql)

The location type is determined by its prefix. Unprefixed locations or locations starting with classpath: point to a package on the classpath and may contain both sql and java-based migrations. Locations starting with filesystem: point to a directory on the filesystem and may only contain sql migrations.

Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public IList<string> Locations { get; }

Value

Type Description
IList<string>