Skip to content

Commit 72ac12e

Browse files
committed
Fixes
1 parent d33eb31 commit 72ac12e

File tree

3 files changed

+12
-39
lines changed

3 files changed

+12
-39
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@
693693
<Build Include="Tables\Adf\ADFSyncMetadata.sql" />
694694
<Build Include="Stored Procedures\Adf\proc_UpdateLastSyncTimeAdf.sql" />
695695
<Build Include="Tables\Databricks\ReportHistory.sql" />
696+
<Build Include="Tables\Elfh\Table1.sql" />
696697
</ItemGroup>
697698
<ItemGroup>
698699
<None Include="Scripts\Pre-Deploy\Scripts\Card5766_AuthorTableChanges.PreDeployment.sql" />
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-- DROP NodeEditor table
2+
DROP TABLE elfh.userHistoryAttributeTBL
3+
4+
--Enable CDC
5+
EXEC sys.sp_cdc_enable_table
6+
@source_schema = N'elfh',
7+
@source_name = N'userReportingUserTBL',
8+
@role_name = NULL,
9+
@supports_net_changes = 0;
10+
GO
11+

WebAPI/LearningHub.Nhs.Database/Tables/Elfh/UserHistoryAttributeTBL.sql

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)