From 647ea12c4df9c1ce071a319603980f1cc370f457 Mon Sep 17 00:00:00 2001 From: Oluwatobi Awe Date: Thu, 30 May 2024 16:38:22 +0100 Subject: [PATCH] TD-3023 sp syntax error update --- .../Resources/AssessmentContentBlockCollectionGetAll.sql | 3 +-- .../Resources/AssessmentGuidanceBlockCollectionGetAll.sql | 3 +-- .../Stored Procedures/Resources/CaseBlockCollectionGetAll.sql | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql index 5fd15075a..f506c1c20 100644 --- a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql +++ b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentContentBlockCollectionGetAll.sql @@ -335,5 +335,4 @@ BEGIN FROM resources.ImageCarouselBlock icb INNER JOIN @BlockResult b ON icb.BlockId = b.Id WHERE icb.Deleted = 0; -END -GO \ No newline at end of file +END \ No newline at end of file diff --git a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql index f8e96a7ba..c815c0023 100644 --- a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql +++ b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/AssessmentGuidanceBlockCollectionGetAll.sql @@ -335,5 +335,4 @@ BEGIN FROM resources.ImageCarouselBlock icb INNER JOIN @BlockResult b ON icb.BlockId = b.Id WHERE icb.Deleted = 0; -END -GO \ No newline at end of file +END \ No newline at end of file diff --git a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql index 710829583..e88c1d30f 100644 --- a/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql +++ b/WebAPI/LearningHub.Nhs.Database/Stored Procedures/Resources/CaseBlockCollectionGetAll.sql @@ -335,5 +335,4 @@ BEGIN FROM resources.ImageCarouselBlock icb INNER JOIN @BlockResult b ON icb.BlockId = b.Id WHERE icb.Deleted = 0; -END -GO \ No newline at end of file +END \ No newline at end of file