Skip to content

Commit

Permalink
No int test/dpt 607 611 rp dwp co (#984)
Browse files Browse the repository at this point in the history
* message

* update to RP
  • Loading branch information
psodhi-gds authored Oct 23, 2024
1 parent c24fceb commit 9943091
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
INSERT INTO conformed_refactored.REF_RELYING_PARTIES_refactored(CLIENT_ID,CLIENT_NAME,DISPLAY_NAME,department_name,agency_name)
VALUES
('kvGpTatgWm3YqXHbG41eOdDf91k','Repay and manage benefit money you owe','DWP - Repay and manage benefit money you owe','DWP','DWP');


UPDATE conformed_refactored.dim_relying_party_refactored
SET relying_party_name='Repay and manage benefit money you owe'
,display_name='DWP - Repay and manage benefit money you owe'
,department_name='DWP'
,agency_name='DWP'
WHERE client_id='kvGpTatgWm3YqXHbG41eOdDf91k';



INSERT INTO conformed_refactored.REF_RELYING_PARTIES_refactored(CLIENT_ID,CLIENT_NAME,DISPLAY_NAME,department_name,agency_name)
VALUES
('L8SSq5Iz8DstkBgno0Hx5aujelE','Find a tender','CO - Find a tender','CO','CO');


UPDATE conformed_refactored.dim_relying_party_refactored
SET relying_party_name='Find a tender'
,display_name='CO - Find a tender'
,department_name='CO'
,agency_name='CO'
WHERE client_id='L8SSq5Iz8DstkBgno0Hx5aujelE';

0 comments on commit 9943091

Please sign in to comment.