mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 18:23:45 +08:00
feat: add img_calls field for recharge products
This commit is contained in:
1
database/update-v3.2.3.sql
Normal file
1
database/update-v3.2.3.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE `chatgpt_products` ADD `img_calls` INT(11) NOT NULL DEFAULT '0' COMMENT '绘图次数' AFTER `calls`;
|
||||
Reference in New Issue
Block a user