mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复定时删除日志
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { DataTypes, Model, ModelDefined } from 'sequelize';
|
||||
export class Crontab {
|
||||
name?: string;
|
||||
command: string;
|
||||
schedule: string;
|
||||
schedule?: string;
|
||||
timestamp?: string;
|
||||
saved?: boolean;
|
||||
id?: number;
|
||||
|
||||
Reference in New Issue
Block a user