exclude the 'actual' iteration from the output forecast since it only exists for the benefit of osm_pool review
This commit is contained in:
parent
b831dfc35e
commit
f8bf1518f9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user