add a column for the tag

This commit is contained in:
Paul Trowbridge 2021-05-17 14:44:40 -04:00
parent 4f33136a15
commit d129e5d0f6

View File

@ -110,7 +110,8 @@ SELECT
ship_date,
ship_season,
version,
iter
iter,
tag
FROM
rlarp.osm_pool;