B2024-041 - Update PromsFixes for the RevDate and RevDescriptions

This commit is contained in:
Kevin Laskey 2024-07-16 15:38:35 -04:00
parent ef0908ec13
commit f178156c3a

View File

@ -23285,8 +23285,8 @@ BEGIN TRY -- Try Block
DECLARE @RevDate varchar(255)
DECLARE @RevDescription varchar(255)
set @RevDate = '03/27/2024 11:00 AM'
set @RevDescription = 'B2024-018: Enhanced link issue with sub-sections in source but not in enhanced'
set @RevDate = '07/16/2024 3:37 PM'
set @RevDescription = 'B2024-041: Updates to allow for proper replace vs paste above or below'
Select cast(@RevDate as datetime) RevDate, @RevDescription RevDescription
PRINT 'SQL Code Revision ' + @RevDate + ' - ' + @RevDescription