mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-02 06:22:20 +00:00
added ping options patch to patchList
This commit is contained in:
parent
10c81bbfd3
commit
ffd0157474
1 changed files with 2 additions and 1 deletions
|
@ -111,7 +111,8 @@ class Database {
|
|||
"patch-notification-config.sql": true,
|
||||
"patch-fix-kafka-producer-booleans.sql": true,
|
||||
"patch-timeout.sql": true,
|
||||
"patch-monitor-tls-info-add-fk.sql": true, // The last file so far converted to a knex migration file
|
||||
"patch-monitor-tls-info-add-fk.sql": true,
|
||||
"patch-add-ping-advanced-options.sql": true, // The last file so far converted to a knex migration file
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue