Reset class widget

This commit is contained in:
Luca 2023-03-10 09:52:54 +01:00
parent e228ad9f56
commit b08799488e
1 changed files with 4 additions and 1 deletions

View File

@ -22,4 +22,7 @@ ORDER BY
CAST(`numero_esterno` AS UNSIGNED) DESC" WHERE `name` = 'Ordini fornitore';
-- Correzione dimensione widget
UPDATE `zz_settings` SET `valore` = 'col-md-6', `tipo` = 'list[col-md-1,col-md-2,col-md-3,col-md-4,col-md-6]', `nome` = 'Dimensione widget predefinita' WHERE `nome` = 'Numero massimo Widget per riga';
UPDATE `zz_settings` SET `valore` = 'col-md-6', `tipo` = 'list[col-md-1,col-md-2,col-md-3,col-md-4,col-md-6]', `nome` = 'Dimensione widget predefinita' WHERE `nome` = 'Numero massimo Widget per riga';
-- Reset class widget
UPDATE `zz_widgets` SET `class` = NULL;