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