Summary
Gets or sets a value indicating whether to create an insert for its recording tables, but not run anything.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public bool Baseline { get; set; }
Value
Type | Description |
---|---|
bool |
This instructs RH to create an insert for its recording tables, but not to actually run anything against the database. Use this option if you already have scripts that have been run through other means. Defaults to false .
|