FlywayConfiguration.

RepeatableSqlMigrationPrefix Property

Summary

File name prefix for repeatable sql migrations (default: R )

Repeatable sql migrations have the following file name structure: prefixSeparatorDESCRIPTIONsuffix, which using the defaults translates to R__My_description.sql

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

Syntax

public string RepeatableSqlMigrationPrefix { get; set; }

Value

Type Description
string