mirror of https://github.com/louislam/uptime-kuma
Update server/database.js
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>pull/380/head
parent
3d27561e5a
commit
389d247463
|
@ -30,7 +30,7 @@ class Database {
|
||||||
static patchList = {
|
static patchList = {
|
||||||
"patch-setting-value-type.sql": true,
|
"patch-setting-value-type.sql": true,
|
||||||
"patch-improve-performance.sql": true,
|
"patch-improve-performance.sql": true,
|
||||||
"patch-add-retry-interval-monitor.sql": true
|
"patch-add-retry-interval-monitor.sql": true,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue