This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flyway.
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 |