✏️ 修改文档.
This commit is contained in:
@@ -30,3 +30,8 @@ DELETE FROM exec_host_log WHERE deleted = 1;
|
||||
DELETE FROM terminal_connect_log WHERE deleted = 1;
|
||||
DELETE FROM upload_task WHERE deleted = 1;
|
||||
DELETE FROM upload_task_file WHERE deleted = 1;
|
||||
|
||||
-- 修改连接日志状态
|
||||
UPDATE terminal_connect_log l SET status = 'COMPLETE', end_time = l.start_time WHERE status = 'CONNECTING';
|
||||
-- 修改执行日志状态
|
||||
UPDATE exec_log l SET status = 'COMPLETE', finish_time = l.start_time WHERE status IN ('WAITING', 'RUNNING');
|
||||
|
||||
Reference in New Issue
Block a user