This commit is contained in:
Ember Moth
2026-07-05 22:35:53 +08:00
parent 4ffdc89421
commit 5de9508963
83 changed files with 33 additions and 1033 deletions
@@ -1,10 +1,4 @@
-- migrate:up
ALTER TABLE "user"
ADD COLUMN "referral_percentage" SMALLINT NOT NULL DEFAULT 0,
ADD COLUMN "only_first_purchase" BOOLEAN NOT NULL DEFAULT true;
-- migrate:down
ALTER TABLE "user"
DROP COLUMN "referral_percentage",
DROP COLUMN "only_first_purchase";