FlywayConfiguration.

Group Property

Summary

Whether to group all pending migrations together in the same transaction when applying them (only recommended for databases with support for DDL transactions). true if migrations should be grouped. false if they should be applied individually instead. (default: false)
Assembly
Cake.Flyway.dll
Namespace
Cake.Flyway
Containing Type
FlywayConfiguration

Syntax

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

Value

Type Description
Nullable<bool>