From d653917c8b1162bccb1950647d790488cc0cde8c Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 27 Aug 2025 09:53:03 -0400 Subject: [PATCH] point view to new target math --- tables/target_prices_view.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/target_prices_view.pg.sql b/tables/target_prices_view.pg.sql index 386f8fa..1261820 100644 --- a/tables/target_prices_view.pg.sql +++ b/tables/target_prices_view.pg.sql @@ -8,4 +8,4 @@ SELECT ,price ,to_jsonb(math)::text AS math FROM - pricequote.target_prices; \ No newline at end of file + pricequote.target_prices_base;