feat(server/migrate): 000024 邀请奖励表 + subscriptions.source 扩 invite/task
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE subscriptions MODIFY source ENUM('trial','code','pay') NOT NULL;
|
||||
DROP TABLE reward_claims;
|
||||
DROP TABLE referrals;
|
||||
ALTER TABLE users
|
||||
DROP INDEX ux_users_invite_code,
|
||||
DROP COLUMN first_paid_at,
|
||||
DROP COLUMN invite_code;
|
||||
Reference in New Issue
Block a user