-
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.
- Loading branch information
1 parent
ce782bd
commit ccd28af
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...dap_txma_reporting_db_refactored/V4.11__rp_changes_dfe_teachers_insert_update_dfe_757.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,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'; |