mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 15:39:53 -05:00
Remove unused code
This commit is contained in:
parent
e8d48561fc
commit
511038b45a
@ -30,11 +30,6 @@ class Database {
|
|||||||
*/
|
*/
|
||||||
static patched = false;
|
static patched = false;
|
||||||
|
|
||||||
/**
|
|
||||||
* For Backup only
|
|
||||||
*/
|
|
||||||
static backupPath = null;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add patch filename in key
|
* Add patch filename in key
|
||||||
* Values:
|
* Values:
|
||||||
@ -357,8 +352,6 @@ class Database {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.backup(dayjs().format("YYYYMMDDHHmmss"));
|
|
||||||
|
|
||||||
log.info("db", sqlFilename + " is patching");
|
log.info("db", sqlFilename + " is patching");
|
||||||
this.patched = true;
|
this.patched = true;
|
||||||
await this.importSQLFile("./db/" + sqlFilename);
|
await this.importSQLFile("./db/" + sqlFilename);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user