RoundhouseSettings.

WarnOnOneTimeScriptChanges Property

Summary

Gets or sets a value indicating whether to warn when previously run scripts have changed.

Syntax

public bool WarnOnOneTimeScriptChanges { get; set; }

Value

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