exclude initial build from tag list

This commit is contained in:
Trowbridge 2020-02-25 12:03:30 -05:00
parent a835ed7b3e
commit abfa3d0e7c

View File

@ -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