diff --git a/tables/rebuild_targets.pg.sql b/tables/rebuild_targets.pg.sql index 9224f59..4e3113b 100644 --- a/tables/rebuild_targets.pg.sql +++ b/tables/rebuild_targets.pg.sql @@ -1,4 +1,4 @@ - +BEGIN; DELETE FROM pricequote.target_prices_base; WITH @@ -25,3 +25,5 @@ SELECT * FROM expand; + +COMMIT; \ No newline at end of file