mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 20:23:46 +08:00
fix: fixed bug for register error with parse args
This commit is contained in:
2
database/update-v3.1.4.sql
Normal file
2
database/update-v3.1.4.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `chatgpt_mj_jobs` ADD `started` TINYINT(1) NOT NULL DEFAULT '0' COMMENT '任务是否开始' AFTER `progress`;
|
||||
UPDATE `chatgpt_mj_jobs` SET started = 1
|
||||
Reference in New Issue
Block a user