mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-12-22 05:55:16 -05:00
Chore: Improve logging during db development
This commit is contained in:
parent
123fca43a1
commit
4ff68238c4
@ -41,6 +41,8 @@ class Database {
|
|||||||
|
|
||||||
if (version === this.latestVersion) {
|
if (version === this.latestVersion) {
|
||||||
console.info("Database no need to patch");
|
console.info("Database no need to patch");
|
||||||
|
} else if (version > this.latestVersion) {
|
||||||
|
console.info("Warning: Database version is newer than expected");
|
||||||
} else {
|
} else {
|
||||||
console.info("Database patch is needed")
|
console.info("Database patch is needed")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user