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;