minor fix

This commit is contained in:
fbsanchez 2021-04-30 14:36:47 +02:00
parent 6b83deacdd
commit 366e9a08d5
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ UPDATE `tskin` SET `name` = 'Default theme' , `relative_path` = 'pandora.cs
UPDATE `tskin` SET `name` = 'Black theme' , `relative_path` = 'Black theme' , `description` = 'Black theme' WHERE `id` = 2;
UPDATE `tevent_rule` SET `criticity` = NULL, `operator_criticity` = NULL WHERE `criticity` = 99;
UPDATE `tevent_rule` SET `operator_criticity` = '==' WHERE `criticity` != 99 AND `criticity` IS NOT NULL;
UPDATE `tevent_rule` SET `operator_criticity` = '==' WHERE `criticity` != 99 AND `criticity` IS NOT NULL AND `criticity` != '';
COMMIT;