point view to new target math

This commit is contained in:
Paul Trowbridge 2025-08-27 09:53:03 -04:00
parent 993a476bea
commit d653917c8b

View File

@ -8,4 +8,4 @@ SELECT
,price ,price
,to_jsonb(math)::text AS math ,to_jsonb(math)::text AS math
FROM FROM
pricequote.target_prices; pricequote.target_prices_base;