We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf02c2 commit 00cb0bbCopy full SHA for 00cb0bb
WebAPI/LearningHub.Nhs.Database/LearningHub.Nhs.Database.sqlproj
@@ -536,6 +536,7 @@
536
<None Include="Scripts\Post-Deploy\Scripts\UpdateFileTypes.sql" />
537
<None Include="Scripts\Post-Deploy\Scripts\AddDigitalLearningSolutionsExternalSystem.sql" />
538
<Build Include="Stored Procedures\Activity\GetAssessmentActivityCompletionPercentage.sql" />
539
+ <None Include="Scripts\Post-Deploy\Scripts\TD-5358.sql" />
540
</ItemGroup>
541
<ItemGroup>
542
<None Include="Scripts\Pre-Deploy\Scripts\Card5766_AuthorTableChanges.PreDeployment.sql" />
WebAPI/LearningHub.Nhs.Database/Scripts/Post-Deploy/Scripts/TD-5358.sql
@@ -0,0 +1,4 @@
1
+
2
+BEGIN
3
+update [resources].[ResourceReference] set Deleted=0 whereId = 41978
4
+END
0 commit comments