C2021-059 - Update proms sql fixes with correct numbers

This commit is contained in:
Kevin Laskey 2024-08-01 11:01:28 -04:00
parent a8bbda1281
commit 977ea6f5fc

View File

@ -23523,7 +23523,7 @@ GO
/* /*
========================================================================================================== ==========================================================================================================
Start: C2024-005: SQL to delete folders using admin tool Start: C2021-059: SQL to delete folders using admin tool
========================================================================================================== ==========================================================================================================
*/ */
@ -23599,7 +23599,7 @@ END CATCH
GO GO
/* /*
========================================================================================================== ==========================================================================================================
End: C2024-005: SQL to delete folders using admin tool End: C2021-059: SQL to delete folders using admin tool
========================================================================================================== ==========================================================================================================
*/ */
@ -23637,7 +23637,7 @@ BEGIN TRY -- Try Block
DECLARE @RevDescription varchar(255) DECLARE @RevDescription varchar(255)
set @RevDate = '07/29/2024 11:24' set @RevDate = '07/29/2024 11:24'
set @RevDescription = 'C2024-005 Add SQL for Admin tool delete folders.' set @RevDescription = 'C2021-059 Add SQL for Admin tool delete folders.'
Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription
PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription