From a330da38c77c91c3c96955f20070d362eb898168 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 29 Jan 2025 16:47:41 -0500 Subject: [PATCH] season should be 0 for last 4 months --- sql/price_pool.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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