mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-25 16:00:56 +00:00
fix: 解决计划任务备份所有应用失败的问题 (#2278)
This commit is contained in:
@@ -82,6 +82,7 @@ export namespace Cronjob {
|
||||
}
|
||||
export interface Record {
|
||||
id: number;
|
||||
file: string;
|
||||
startTime: Date;
|
||||
endTime: Date;
|
||||
records: string;
|
||||
|
||||
@@ -48,7 +48,7 @@ export namespace Database {
|
||||
permission: string;
|
||||
description: string;
|
||||
}
|
||||
export interface MysqlLodaDB {
|
||||
export interface MysqlLoadDB {
|
||||
from: string;
|
||||
type: string;
|
||||
database: string;
|
||||
|
||||
Reference in New Issue
Block a user