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

6 lines
120 B
SQL

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