-
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.
DTSRD-644: Update Judicial_ticket_code_mapping static table for Autho…
…risations (#611) * DTSRD-644: Update Judicial_ticket_code_mapping static table for Authorisations * DTSRD-644: Update Judicial_ticket_code_mapping static table for Authorisations * DTSRD-644: Update Judicial_ticket_code_mapping static table for Authorisations * DTSRD-644: Update Judicial_ticket_code_mapping static table for Authorisations * DTSRD-644: Update Judicial_ticket_code_mapping static table for Authorisations
- Loading branch information
1 parent
fb4bc6d
commit 751fe46
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
src/integrationTest/resources/db/testmigration/V1_73__judicial_service_code_mapping.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,2 @@ | ||
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('122','380','BHA1','Employment Claims'); | ||
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('123','1413','BHA1','Employment Claims'); |
4 changes: 4 additions & 0 deletions
4
src/integrationTest/resources/db/testmigration/V1_74__judicial_ticket_code_mapping.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,4 @@ | ||
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level) | ||
VALUES ('380', 'Authorisation Tribunals', 'Others - Employment Tribunal (Scotland)'); | ||
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level) | ||
VALUES ('1413', 'Authorisation Tribunals','Others - Employment Tribunal England & Wales'); |
2 changes: 2 additions & 0 deletions
2
src/main/resources/db/migration/V1_73__judicial_service_code_mapping.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,2 @@ | ||
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('122','380','BHA1','Employment Claims'); | ||
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('123','1413','BHA1','Employment Claims'); |
4 changes: 4 additions & 0 deletions
4
src/main/resources/db/migration/V1_74__judicial_ticket_code_mapping.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,4 @@ | ||
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level) | ||
VALUES ('380', 'Authorisation Tribunals', 'Others - Employment Tribunal (Scotland)'); | ||
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level) | ||
VALUES ('1413', 'Authorisation Tribunals','Others - Employment Tribunal England & Wales'); |