-
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.
* suppress cve * suppress cve * pr * adding mappings * adding mappings * adding mappings
- Loading branch information
1 parent
659e212
commit 0d0f6b3
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...egrationTest/resources/db/testmigration/V1_90__elinks_insert_location_mapping_jrd_lrd.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,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; |
23 changes: 23 additions & 0 deletions
23
src/main/resources/db/migration/V1_89__elinks_insert_location_mapping_jrd_lrd.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,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; |