mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 09:55:47 +08:00
Rename feature to: Resend Notification if Down X times consequently
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
This commit is contained in:
@@ -5,6 +5,6 @@ ALTER TABLE monitor
|
||||
ADD resend_interval INTEGER default 0 not null;
|
||||
|
||||
ALTER TABLE heartbeat
|
||||
ADD last_notified_time DATETIME default null;
|
||||
ADD down_count INTEGER default 0 not null;
|
||||
|
||||
COMMIT;
|
||||
|
Reference in New Issue
Block a user