Compare commits

..

1 Commits

Author SHA1 Message Date
mschill cf19f764c7 Copy / Paste Error when updating Revision Comment 2026-06-30 13:49:37 -04:00
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -25052,7 +25052,7 @@ BEGIN TRY -- Try Block
DECLARE @RevDescription varchar(255)
set @RevDate = '06/29/2026 7:00 AM'
set @RevDescription = Update to Grid Deletion Audits'
set @RevDescription = 'Update to Grid Deletion Audits'
Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription
PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription