no message
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
UPDATE `la_dev_crontab`
|
||||
SET `status` = 0,
|
||||
`update_time` = UNIX_TIMESTAMP(),
|
||||
`remark` = CONCAT(IFNULL(`remark`, ''), ' [已迁移到 Docker ai_comment_dispatch]')
|
||||
WHERE `command` = 'article_ai_comment'
|
||||
AND `delete_time` IS NULL;
|
||||
Reference in New Issue
Block a user