FlywayConfiguration.

SqlMigrationSuffix Property

Summary

File name suffix for Sql migrations (default: .sql)

Sql migrations have the following file name structure: prefixVERSIONseparatorDESCRIPTIONsuffix, which using the defaults translates to V1_1__My_description.sql

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

Syntax

public string SqlMigrationSuffix { get; set; }

Value

Type Description
string