GrateSettings.

Baseline Property

Summary

Gets or sets a value indicating whether to create an insert for its recording tables, but not run anything.
Assembly
Cake.grate.dll
Namespace
Cake.Grate
Containing Type
GrateSettings

Syntax

public bool Baseline { get; set; }

Value

Type Description
bool This instructs grate to mark the scripts as run, but not to actually run anything against the database. Use this option if you already have scripts that have been run through other means (and BEFORE you start the new ones). Defaults to false.