mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-30 14:31:58 -04:00
add MySQL + PG down.sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
DROP TABLE IF EXISTS "withdrawals";
|
||||
DELETE FROM "system"
|
||||
WHERE "category" = 'invite'
|
||||
AND "key" = 'WithdrawalMethod';
|
||||
Reference in New Issue
Block a user