mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 19:01:22 +08:00
fix and move the steam api key to settings page
This commit is contained in:
@@ -46,7 +46,6 @@ class Database {
|
||||
"patch-improve-performance.sql": true,
|
||||
"patch-2fa.sql": true,
|
||||
"patch-add-retry-interval-monitor.sql": true,
|
||||
"patch-add-apikey-monitor.sql": true,
|
||||
"patch-incident-table.sql": true,
|
||||
"patch-group-table.sql": true,
|
||||
"patch-monitor-push_token.sql": true,
|
||||
@@ -54,7 +53,7 @@ class Database {
|
||||
}
|
||||
|
||||
/**
|
||||
* The finally version should be 10 after merged tag feature
|
||||
* The final version should be 10 after merged tag feature
|
||||
* @deprecated Use patchList for any new feature
|
||||
*/
|
||||
static latestVersion = 10;
|
||||
|
Reference in New Issue
Block a user