MR changes

This commit is contained in:
Calvo 2021-09-01 09:35:31 +02:00
parent d5910e8a3a
commit de0352f81c
2 changed files with 1 additions and 5 deletions

View File

@ -2,5 +2,6 @@ START TRANSACTION;
UPDATE `tconfig` set value = 'Lato-Regular.ttf' WHERE token LIKE 'custom_report_front_font';
UPDATE `tconfig` set value = 'Lato-Regular.ttf' WHERE token LIKE 'fontpath';
UPDATE `tlanguage` SET `name` = 'Deutsch' WHERE `id_language` = 'de';
COMMIT;

View File

@ -1,5 +0,0 @@
START TRANSACTION;
UPDATE `tlanguage` SET `name` = 'Deutsch' WHERE `id_language` = 'de';
COMMIT ;