GrateSettings.

WarnAndIgnoreOnOneTimeScriptChanges Property

Summary

Gets or sets a value indicating whether to warn and update when previously run one time run scripts.
Assembly
Cake.grate.dll
Namespace
Cake.Grate
Containing Type
GrateSettings

Syntax

public bool WarnAndIgnoreOnOneTimeScriptChanges { get; set; }

Value

Type Description
bool Instructs grate to ignore and update the hash of changed one time scripts (DDL/DML in Up folder) that have previously been run against the database instead of failing. A warning is logged for each one time scripts that is rerun.