Skip to content

Commit

Permalink
PO-509 introduce configuration items for Welsh language preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamdennis authored and RustyHMCTS committed Jul 29, 2024
1 parent 4d73a42 commit 8f1eb87
Showing 1 changed file with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,37 +113,3 @@ VALUES
,'W'
,NULL
);

INSERT INTO configuration_items
(
configuration_item_id
,item_name
,business_unit_id
,item_value
,item_values
)
VALUES
(
500000007
,'DEFAULT_DOCUMENT_LANGUAGE_PREFERENCE'
,85 -- this is business_unit for South Wales
,'W'
,NULL
);

INSERT INTO configuration_items
(
configuration_item_id
,item_name
,business_unit_id
,item_value
,item_values
)
VALUES
(
500000008
,'DEFAULT_HEARING_LANGUAGE_PREFERENCE'
,85
,'W'
,NULL
);

0 comments on commit 8f1eb87

Please sign in to comment.