mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-08 02:03:42 +08:00
feat: add image publish function, ONLY published image show in image wall page
This commit is contained in:
2
database/update-v3.2.6.sql
Normal file
2
database/update-v3.2.6.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `chatgpt_mj_jobs` ADD `publish` TINYINT(1) NOT NULL COMMENT '是否发布' AFTER `use_proxy`;
|
||||
ALTER TABLE `chatgpt_sd_jobs` ADD `publish` TINYINT(1) NOT NULL COMMENT '是否发布' AFTER `progress`;
|
||||
Reference in New Issue
Block a user