Revert to english (#3995)

This commit is contained in:
jekkos
2024-09-17 00:54:26 +02:00
parent 687ded433f
commit 7003b124d4

View File

@@ -14,3 +14,7 @@ ALTER TABLE ospos_sessions ADD PRIMARY KEY (id, ip_address);
UPDATE `ospos_app_config`
SET `value` = REPLACE(value, '|', ',')
WHERE `key` = 'image_allowed_types';
-- due to language rename, reset to english
UPDATE `ospos_app_config` SET `value` = 'en' WHERE `key` = 'language_code' ;
UPDATE `ospos_app_config` SET `value` = 'english' WHERE `key` = 'language' ;