Skip to content

Commit 751fe46

Browse files
DTSRD-644: Update Judicial_ticket_code_mapping static table for Authorisations (#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
1 parent fb4bc6d commit 751fe46

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('122','380','BHA1','Employment Claims');
2+
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('123','1413','BHA1','Employment Claims');
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level)
2+
VALUES ('380', 'Authorisation Tribunals', 'Others - Employment Tribunal (Scotland)');
3+
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level)
4+
VALUES ('1413', 'Authorisation Tribunals','Others - Employment Tribunal England & Wales');
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('122','380','BHA1','Employment Claims');
2+
INSERT INTO judicial_service_code_mapping (service_id,ticket_code,service_code,service_description) VALUES ('123','1413','BHA1','Employment Claims');
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level)
2+
VALUES ('380', 'Authorisation Tribunals', 'Others - Employment Tribunal (Scotland)');
3+
INSERT INTO judicial_ticket_code_mapping (ticket_code,jurisdiction,lower_level)
4+
VALUES ('1413', 'Authorisation Tribunals','Others - Employment Tribunal England & Wales');

0 commit comments

Comments
 (0)