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,3 @@
|
||||
update cd_user_suite set is_empty = false where is_empty is null;
|
||||
|
||||
ALTER TABLE cd_user_suite MODIFY COLUMN `is_empty` boolean default false ;
|
||||
Reference in New Issue
Block a user