From 37c6cd28c5a2332801e95ee508edc55465222b28 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:27:54 +0200 Subject: [PATCH] Modifica impostazione predefinita --- update/2_5_5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/2_5_5.sql b/update/2_5_5.sql index 3f7fc6359..f2fb0577e 100644 --- a/update/2_5_5.sql +++ b/update/2_5_5.sql @@ -17,7 +17,7 @@ ORDER BY -- Geolocalizzazione automatica INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES (NULL, 'Geolocalizzazione automatica', '1', 'boolean', '1', 'Anagrafiche', NULL), -(NULL, 'Gestore mappa', 'Google Maps', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL); +(NULL, 'Gestore mappa', 'OpenStreetMap', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL); INSERT INTO `zz_settings_lang` (`id`, `id_lang`, `id_record`, `title`, `help`) VALUES (NULL, '1', (SELECT `zz_settings`.`id` FROM `zz_settings` WHERE `zz_settings`.`nome` = 'Geolocalizzazione automatica'), 'Geolocalizzazione automatica', '');