From 484fab13db8a699c0e8edc7ae646db5fab63b98e Mon Sep 17 00:00:00 2001 From: sysadmin Date: Wed, 13 May 2026 17:03:06 -0400 Subject: [PATCH] Actualizar preliminary_sql/mapas.sql --- preliminary_sql/mapas.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preliminary_sql/mapas.sql b/preliminary_sql/mapas.sql index fd7f118..b6eaa44 100644 --- a/preliminary_sql/mapas.sql +++ b/preliminary_sql/mapas.sql @@ -171,4 +171,4 @@ INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activate "source": "search-results-points" } ]' -,true,'ion-location',true,false,NULL,NULL,NULL,'',true,0,true); +,true,'ion-location',true,false,NULL,NULL,NULL,'',true,0,true) ON CONFLICT DO NOTHING;