diff --git a/update/2_6.sql b/update/2_6.sql index 93dea909f..9b39625f1 100644 --- a/update/2_6.sql +++ b/update/2_6.sql @@ -218,4 +218,4 @@ ORDER BY IFNULL(`orario_fine`, `data_richiesta`) DESC" WHERE `zz_modules`.`name` = 'Interventi'; -- Allineamento plugin consuntivo -UPDATE `zz_plugins` SET `directory` = 'consuntivo', `script` = '', `options` = 'custom' WHERE `name` LIKE '%consuntivo%' +UPDATE `zz_plugins` SET `directory` = 'consuntivo', `script` = '', `options` = 'custom' WHERE `name` = 'Consuntivo';