no message

This commit is contained in:
hajimi
2026-06-12 17:34:00 +08:00
parent b9669269b5
commit bd95eed024
20 changed files with 1383 additions and 112 deletions
@@ -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;