dont load anything to staged forecast that has "actuals" in it
This commit is contained in:
parent
0ae9f604c1
commit
d79feebaa5
@ -127,7 +127,7 @@ SELECT
|
||||
FROM
|
||||
rlarp.osm_pool
|
||||
WHERE
|
||||
version <> 'actuals';
|
||||
substring(iter,1,7) <> 'actuals';
|
||||
|
||||
-------need to set item master values before other things-----------
|
||||
UPDATE
|
||||
|
Loading…
Reference in New Issue
Block a user