C2024-005-Annotations-Cleanup-2 #355

Merged
kruffing merged 3 commits from C2024-005-Annototions-Cleanup-2 into Development 2024-07-18 11:39:13 -04:00
Showing only changes of commit a240bc2c19 - Show all commits

View File

@ -23552,8 +23552,8 @@ BEGIN TRY -- Try Block
DECLARE @RevDate varchar(255)
DECLARE @RevDescription varchar(255)
set @RevDate = '07/16/2024 4:19 AM'
set @RevDescription = 'B2024-041: Bug fix for copy/replace functionality on procedures and steps'
set @RevDate = '07/18/2024 11:24'
set @RevDescription = 'C2024-005 Add an Admin tool that can delete a group of annotations.'
Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription
PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription