-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No int test/dpt 607 611 rp dwp co (#984)
* message * update to RP
- Loading branch information
1 parent
c24fceb
commit 9943091
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...ma_reporting_db_refactored/V3.22__ref_and_dim_relying_party_update_DWP_CO_DPT_607_611.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; |