Files
ppanel-web/migrations/postgres/02121_user_withdrawal.down.sql
T
2026-07-05 20:36:25 +08:00

5 lines
119 B
SQL

DROP TABLE IF EXISTS "withdrawals";
DELETE FROM "system"
WHERE "category" = 'invite'
AND "key" = 'WithdrawalMethod';