Skip to content

Commit 37c6cd2

Browse files
committed
Modifica impostazione predefinita
1 parent 251cc7f commit 37c6cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update/2_5_5.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ORDER BY
1717
-- Geolocalizzazione automatica
1818
INSERT INTO `zz_settings` (`id`, `nome`, `valore`, `tipo`, `editable`, `sezione`, `order`) VALUES
1919
(NULL, 'Geolocalizzazione automatica', '1', 'boolean', '1', 'Anagrafiche', NULL),
20-
(NULL, 'Gestore mappa', 'Google Maps', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL);
20+
(NULL, 'Gestore mappa', 'OpenStreetMap', 'list[Google Maps, OpenStreetMap]', '1', 'Generali', NULL);
2121

2222
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', '');
2323

0 commit comments

Comments
 (0)