Skip to content

Commit cf9cb29

Browse files
committed
cleanup
1 parent a6c0729 commit cf9cb29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sormas-api/src/main/resources/validations.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,5 +330,5 @@ systemConfigurationValueValidationNotAValidEmailsenderName = Value is not a vali
330330
systemConfigurationValueValidationNotAValidSmsSenderName = Value is not a valid name. Name should contain only letters and numbers without spaces & special characters. For more info please see https://developer.vonage.com/en/messaging/sms/guides/custom-sender-id .
331331
smsAuthKeyValueValidation = SMS Auth key value is not valid
332332
smsAuthSecretValueValidation = SMS Auth secret value is not valid
333-
systemConfigurationValueValidationInvalidBackgroundColor=Pre-defined values are: green, red, indigo, gray, default (case-sensitive) otherwise must match hexadecimal format, example: #dd2b0e or #4AA
334-
systemConfigurationValueValidationMenuSubtitle=Can be empty or up to 16 (any) characters. Can be used to define name of the environment: PRODUCTION - TEST etc.
333+
systemConfigurationValueValidationInvalidBackgroundColor = Pre-defined values are: green, red, indigo, gray, default (case-sensitive) otherwise must match hexadecimal format, example: #dd2b0e or #4AA
334+
systemConfigurationValueValidationMenuSubtitle = Can be empty or up to 16 (any) characters. Can be used to define name of the environment: PRODUCTION - TEST etc.

sormas-backend/src/main/resources/sql/sormas_schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13893,7 +13893,7 @@ CREATE TRIGGER delete_history_trigger
1389313893
FOR EACH ROW EXECUTE PROCEDURE delete_history_trigger('systemconfigurationcategory_history', 'id');
1389413894
ALTER TABLE systemconfigurationcategory_history OWNER TO sormas_user;
1389513895

13896-
INSERT INTO systemconfigurationcategory(id, uuid, changedate, creationdate, name, caption, description)
13896+
INSERT INTO systemconfigurationcategory(id, uuid, changedate, creationdate, name, caption, description)
1389713897
VALUES (nextval('entity_seq'), generate_base32_uuid(), now(), now(), 'GENERAL_CATEGORY', 'i18n/General/categoryGeneral', 'i18n/General/categoryGeneral');
1389813898

1389913899
CREATE TABLE systemconfigurationvalue (
@@ -15071,7 +15071,7 @@ $$
1507115071
general_configuration_id bigint;
1507215072

1507315073
BEGIN
15074-
-- Check if the category 'EMAIL' already exists
15074+
-- Check if the category 'GENERAL_CATEGORY' already exists
1507515075
SELECT id
1507615076
INTO general_configuration_id
1507715077
FROM systemconfigurationcategory

0 commit comments

Comments
 (0)