mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-15 04:30:29 +03:00
Let's document why this is done this way too
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
397411bd27
commit
b359b457ba
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ class Database {
|
|||
AND important = 0
|
||||
AND time < ${sqlHourOffset}
|
||||
AND id NOT IN (
|
||||
SELECT id FROM (
|
||||
SELECT id FROM ( -- written this way for Maria's support
|
||||
SELECT id
|
||||
FROM heartbeat
|
||||
WHERE monitor_id = ?
|
||||
|
|
Loading…
Add table
Reference in a new issue