mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-08-29 05:52:08 -04:00
fix bugs
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user