Contains information about a previously executed database change script.
Name | Description | |
---|---|---|
ChangeScriptExecutionRecord(ChangeScriptId Id, string Name, System.DateTime ExecutionDate, bool SuccessfullyExecuted) |
Contains information about a previously executed database change script. |
Name | Description | |
---|---|---|
ExecutionDate |
The script execution date in UTC. |
|
Id |
The script ID. |
|
Name |
The script name. |
|
SuccessfullyExecuted |
Value indicating whether the script was successful. |