Skip to content

Commit

Permalink
Merge pull request #530 from palladiumkenya/FactLatestObs_All_EMRSite…
Browse files Browse the repository at this point in the history
…s_Schema-_change

moved the ODS.Dim.All_EMRSites to ODS.Care.All_EMRSites
  • Loading branch information
DennisGibz authored Jan 13, 2025
2 parents c32a666 + a2ce808 commit 1492f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/NDWH/C&T FACT TABLES/load_FactLatestObs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IF OBJECT_ID(N'[NDWH].[Fact].[FactLatestObs]', N'U') IS NOT NULL
DROP TABLE [NDWH].[Fact].[FactLatestObs];

ALTER TABLE ODS.Dim.All_EMRSites ALTER COLUMN SDP_Agency nvarchar(4000) ;
ALTER TABLE ODS.Care.All_EMRSites ALTER COLUMN SDP_Agency nvarchar(4000) ;

BEGIN
with MFL_partner_agency_combination as (
Expand Down

0 comments on commit 1492f7d

Please sign in to comment.