From 437cd3bf2fca18ddddc3a0ac5e84f9efda1a1691 Mon Sep 17 00:00:00 2001 From: Matteo Date: Tue, 10 Jan 2023 17:05:40 +0100 Subject: [PATCH] Aggiunta impostazone per nascondere i promemoria su app --- update/2_4_39.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update/2_4_39.sql b/update/2_4_39.sql index 33ac3063d..939037c18 100644 --- a/update/2_4_39.sql +++ b/update/2_4_39.sql @@ -81,4 +81,7 @@ WHERE HAVING 2=2 AND `Q.tà` > 0 ORDER BY - `descrizione`" WHERE `name` = 'Giacenze sedi'; \ No newline at end of file + `descrizione`" WHERE `name` = 'Giacenze sedi'; + +-- Impostazione per visualizzare i promemoria su app +INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`, `help`) VALUES (NULL, 'Visualizza promemoria', '1', 'boolean', '1', 'Applicazione', '5', ''); \ No newline at end of file