diff --git a/apps/db/migrations/34_ordiniv2.up.sql b/apps/db/migrations/34_ordiniv2.up.sql index d435a04..4eeb7ef 100644 --- a/apps/db/migrations/34_ordiniv2.up.sql +++ b/apps/db/migrations/34_ordiniv2.up.sql @@ -25,4 +25,6 @@ INSERT INTO VALUES ( 'STRIPE_DISABLED'::TEXT, FALSE::boolean - ); \ No newline at end of file + ); + +DROP TABLE IF EXISTS public.payments; \ No newline at end of file