定时任务增加 work_dir 设置

This commit is contained in:
whyour
2026-06-07 13:19:01 +08:00
parent 865e3035b9
commit fd6b4e4cde
5 changed files with 82 additions and 2 deletions
+1
View File
@@ -41,6 +41,7 @@ export default async () => {
column: 'allow_multiple_instances',
type: 'NUMBER',
},
{ table: 'Crontabs', column: 'work_dir', type: 'VARCHAR(255)' },
{ table: 'Envs', column: 'isPinned', type: 'NUMBER' },
{ table: 'Envs', column: 'labels', type: 'JSON' },
];