use transaction for migration

This commit is contained in:
talksik
2026-04-14 11:14:12 -07:00
parent 1f000b30dd
commit bc98b58f84
2 changed files with 8 additions and 0 deletions
@@ -1,2 +1,6 @@
BEGIN;
DROP TABLE IF EXISTS network_subscriptions;
DROP TABLE IF EXISTS network_stripe_customers;
COMMIT;