diff --git a/sql/price_pool.sql b/sql/price_pool.sql index eabf446..585582f 100644 --- a/sql/price_pool.sql +++ b/sql/price_pool.sql @@ -80,7 +80,7 @@ CREATE MATERIALIZED VIEW rlarp.price_pool AS ( ,o.coltierd ,o.dataseg v1dataseg ,o.v0dataseg v0dataseg - ,o.oseas oseas + ,0 oseas ,round(sum(o.qty),0) units ,round(sum(o.sales_usd),0) sales_usd ,round(sum(COALESCE(tp.target_price,tq.target_price) * o.qty),2) target_price