exclude the 'actual' iteration from the output forecast since it only exists for the benefit of osm_pool review

This commit is contained in:
Paul Trowbridge 2021-07-15 16:53:48 -04:00
parent b831dfc35e
commit f8bf1518f9

View File

@ -113,7 +113,9 @@ SELECT
iter, iter,
tag tag
FROM FROM
rlarp.osm_pool; rlarp.osm_pool
WHERE
version <> 'actuals'
-------need to set item master values before other things----------- -------need to set item master values before other things-----------
UPDATE UPDATE