-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3316 from HHS/OPS-3295/add-new-portfolios-divisions
Ops 3295/add new portfolios divisions
- Loading branch information
Showing
8 changed files
with
65 additions
and
44 deletions.
There are no files selected for viewing
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
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
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
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 |
---|---|---|
@@ -1,7 +1,9 @@ | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (1, 'Child Care', 'CC', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (2, 'Division of Economic Independence', 'DEI', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (3, 'Office of the Director', 'OD', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (4, 'Division of Child and Family Development', 'DFCD', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (3, 'Office of the Director', 'OD',current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (4, 'Division of Child and Family Development', 'DCFD', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (5, 'Division of Family Strengthening', 'DFS', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (6, 'Division of Data and Improvement', 'DDI', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (7, 'Non-OPRE Division', 'OTHER', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (8, 'Division of Data Privacy', 'DDP', current_timestamp, current_timestamp, 1, null, 0); | ||
INSERT INTO ops.division_version (id, name, abbreviation, created_on, updated_on, transaction_id, end_transaction_id, operation_type) VALUES (9, 'Division of Data Governance', 'DDG', current_timestamp, current_timestamp, 1, null, 0); |
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
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
Oops, something went wrong.