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

4 lines
89 B
SQL

ALTER TABLE "user"
DROP COLUMN "referral_percentage",
DROP COLUMN "only_first_purchase";