Skip to content

Commit

Permalink
Rdcc 7218 (#701)
Browse files Browse the repository at this point in the history
* suppress cve

* suppress cve

* pr

* adding mappings

* adding mappings

* adding mappings
  • Loading branch information
sahitya-desireddy authored Nov 23, 2023
1 parent 659e212 commit 0d0f6b3
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
INSERT INTO dbjudicialdata.jrd_lrd_region_mapping (jrd_region_id,jrd_region,region_id,region) VALUES
('1819', 'Glasgow (Scotland & NI)', '11', 'Scotland'),
('2051','Hampshire','5','South East'),
('1268','Oxfordshire','5','South East'),
('2113','St Ives','6','South West'),
('1282','Berkshire','5','South East'),
('1261','Suffolk','5','South East'),
('1967','Chepstow','7','Wales'),
('2033','Edinburgh','11','Scotland'),
('1214','Somerset','6','South West'),
('1973','Yorkshire & Humberside','3','North East'),
('1524','Shropshire','2','Midlands'),
('1630','South Wales','7','Wales'),
('2086','Northumberland','3','North East'),
('1672','Bedfordshire','5','South East');


INSERT INTO dbjudicialdata.judicial_location_mapping (epimms_id, judicial_base_location_id, service_code) VALUES
('498443', '941', ''),
('701411', '2218', ''),
('735217', '2293', ''),
('782795', '2294', '');
COMMIT;
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
INSERT INTO dbjudicialdata.jrd_lrd_region_mapping (jrd_region_id,jrd_region,region_id,region) VALUES
('1819', 'Glasgow (Scotland & NI)', '11', 'Scotland'),
('2051','Hampshire','5','South East'),
('1268','Oxfordshire','5','South East'),
('2113','St Ives','6','South West'),
('1282','Berkshire','5','South East'),
('1261','Suffolk','5','South East'),
('1967','Chepstow','7','Wales'),
('2033','Edinburgh','11','Scotland'),
('1214','Somerset','6','South West'),
('1973','Yorkshire & Humberside','3','North East'),
('1524','Shropshire','2','Midlands'),
('1630','South Wales','7','Wales'),
('2086','Northumberland','3','North East'),
('1672','Bedfordshire','5','South East');


INSERT INTO dbjudicialdata.judicial_location_mapping (epimms_id, judicial_base_location_id, service_code) VALUES
('498443', '941', ''),
('701411', '2218', ''),
('735217', '2293', ''),
('782795', '2294', '');
COMMIT;

0 comments on commit 0d0f6b3

Please sign in to comment.