feat: add drop table statement for payments in migration script
This commit is contained in:
parent
6c36bb9b74
commit
b1143f5c24
1 changed files with 3 additions and 1 deletions
|
|
@ -26,3 +26,5 @@ VALUES (
|
|||
'STRIPE_DISABLED'::TEXT,
|
||||
FALSE::boolean
|
||||
);
|
||||
|
||||
DROP TABLE IF EXISTS public.payments;
|
||||
Loading…
Add table
Reference in a new issue