Fix: Remove notes from bottom of sitemap.xml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user