mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
fix: 修复mysql下购买套餐加量包无效的bug
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
update cd_user_suite set is_empty = false where is_empty is null;
|
||||
ALTER TABLE "cd_user_suite" ALTER COLUMN "is_empty" SET DEFAULT false;
|
||||
Reference in New Issue
Block a user