mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-05 04:42:34 +02: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 important = 0
|
||||||
AND time < ${sqlHourOffset}
|
AND time < ${sqlHourOffset}
|
||||||
AND id NOT IN (
|
AND id NOT IN (
|
||||||
SELECT id FROM (
|
SELECT id FROM ( -- written this way for Maria's support
|
||||||
SELECT id
|
SELECT id
|
||||||
FROM heartbeat
|
FROM heartbeat
|
||||||
WHERE monitor_id = ?
|
WHERE monitor_id = ?
|
||||||
|
|
Loading…
Add table
Reference in a new issue