perf: 同一时间只允许一个套餐生效

This commit is contained in:
xiaojunnuo
2024-12-24 10:39:54 +08:00
parent 7f596ed315
commit 8ebf95a222
10 changed files with 120 additions and 86 deletions
@@ -57,6 +57,7 @@ CREATE TABLE "cd_user_suite"
"deploy_count_used" integer,
"is_present" boolean,
"is_bootstrap" boolean,
"is_empty" boolean,
"disabled" boolean NOT NULL DEFAULT (false),
"active_time" integer,
"expires_time" integer,