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
1 changed files with 3 additions and 1 deletions

View File

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