GrateSettings.

WarnOnOneTimeScriptChanges Property

Summary

Gets or sets a value indicating whether to warn when previously run scripts have changed.
Assembly
Cake.grate.dll
Namespace
Cake.Grate
Containing Type
GrateSettings

Syntax

public bool WarnOnOneTimeScriptChanges { get; set; }

Value

Type Description
bool Instructs grate to execute changed one time scripts(DDL / DML in Upfolder) that have previously been run against the database instead of failing. A warning is logged for each one time script that is rerun.