exclude initial build from tag list
This commit is contained in:
parent
a835ed7b3e
commit
abfa3d0e7c
@ -147,7 +147,9 @@ GROUP BY
|
|||||||
doc->>'tag' tag
|
doc->>'tag' tag
|
||||||
FROM
|
FROM
|
||||||
rlarp.osm_log
|
rlarp.osm_log
|
||||||
WHERE doc ? 'tag'
|
WHERE
|
||||||
|
doc ? 'tag'
|
||||||
|
AND id <> 1
|
||||||
UNION
|
UNION
|
||||||
SELECT * FROM
|
SELECT * FROM
|
||||||
(VALUES
|
(VALUES
|
||||||
|
Loading…
Reference in New Issue
Block a user