diff --git a/update/2_4_39.sql b/update/2_4_39.sql index 441ad41ea..850af296b 100644 --- a/update/2_4_39.sql +++ b/update/2_4_39.sql @@ -87,4 +87,7 @@ ORDER BY INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`, `help`) VALUES (NULL, 'Visualizza promemoria', '1', 'boolean', '1', 'Applicazione', '5', ''); -- Aggiunta del riferimento utente nei movimenti -ALTER TABLE `mg_movimenti` ADD `idutente` INT NULL DEFAULT NULL; \ No newline at end of file +ALTER TABLE `mg_movimenti` ADD `idutente` INT NULL DEFAULT NULL; + +-- Aggiunta valori buffer Datatables +UPDATE `zz_settings` SET `tipo` = 'list[5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,250,500,1000]' WHERE `zz_settings`.`nome` = 'Lunghezza in pagine del buffer Datatables';