Reset class widget
This commit is contained in:
parent
e228ad9f56
commit
b08799488e
|
@ -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;
|
Loading…
Reference in New Issue