Fix: Remove notes from bottom of sitemap.xml

This commit is contained in:
2025-08-13 13:05:23 +01:00
parent e5eee00beb
commit b1d34d951a
46 changed files with 891 additions and 260 deletions

View File

@@ -1145,6 +1145,27 @@ VALUES
)
;
/*
INSERT INTO fetchmetrics.DOG_Location_User_Link (
id_location
, id_user
, id_access_level
)
SELECT
L.id_location
, 1
, 3
FROM fetchmetrics.DOG_Location L
UNION
SELECT
L.id_location
, 2
, 3
FROM fetchmetrics.DOG_Location L
;
*/
/*
INSERT INTO fetchmetrics.DOG_Location_Link (
id_location_parent