Skip to content

Commit

Permalink
DPT 757 teachers (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
psodhi-gds authored Nov 25, 2024
1 parent ce782bd commit ccd28af
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

INSERT INTO conformed_refactored.REF_RELYING_PARTIES_refactored(CLIENT_ID,CLIENT_NAME,DISPLAY_NAME,department_name,agency_name)
VALUES
('GQzNgSkj3QpmHlPO1kIfbMW1PAw','Apply for Qualified Teacher Status','DFE - Apply for Qualified Teacher Status','DFE','DFE');


UPDATE conformed_refactored.dim_relying_party_refactored
SET relying_party_name='Apply for Qualified Teacher Status'
,display_name='DFE - Apply for Qualified Teacher Status'
,department_name='DFE'
,agency_name='DFE'
WHERE client_id='GQzNgSkj3QpmHlPO1kIfbMW1PAw';

0 comments on commit ccd28af

Please sign in to comment.