FlywayConfiguration.

Target Property

Summary

Target version up to which Flyway should consider migrations.

The special value 'current' designates the current version of the schema. (default: latest version)
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

public string Target { get; set; }

Value

Type Description
string