mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-07 13:22:15 +01:00
fix: query
This commit is contained in:
parent
600b962444
commit
9d8f0f0f34
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user