Skip to content

Commit 00cb0bb

Browse files
committed
pathology fix
1 parent caf02c2 commit 00cb0bb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

WebAPI/LearningHub.Nhs.Database/LearningHub.Nhs.Database.sqlproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@
536536
<None Include="Scripts\Post-Deploy\Scripts\UpdateFileTypes.sql" />
537537
<None Include="Scripts\Post-Deploy\Scripts\AddDigitalLearningSolutionsExternalSystem.sql" />
538538
<Build Include="Stored Procedures\Activity\GetAssessmentActivityCompletionPercentage.sql" />
539+
<None Include="Scripts\Post-Deploy\Scripts\TD-5358.sql" />
539540
</ItemGroup>
540541
<ItemGroup>
541542
<None Include="Scripts\Pre-Deploy\Scripts\Card5766_AuthorTableChanges.PreDeployment.sql" />
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
BEGIN
3+
update [resources].[ResourceReference] set Deleted=0 whereId = 41978
4+
END

0 commit comments

Comments
 (0)