Skip to content

Commit

Permalink
DTSRD-644: Update Judicial_ticket_code_mapping static table for Autho…
Browse files Browse the repository at this point in the history
…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
kiran-yenigala-hmcts authored Aug 11, 2023
1 parent fb4bc6d commit 751fe46
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
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');
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');
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');
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');

0 comments on commit 751fe46

Please sign in to comment.