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,
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user