mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
Fix: Add now columns
This commit is contained in:
parent
0c3c59df4e
commit
377d475e05
1 changed files with 6 additions and 2 deletions
|
@ -36,7 +36,9 @@ insert into
|
||||||
hostname,
|
hostname,
|
||||||
port,
|
port,
|
||||||
keyword,
|
keyword,
|
||||||
maxretries
|
maxretries,
|
||||||
|
ignore_tls,
|
||||||
|
upside_down
|
||||||
)
|
)
|
||||||
select
|
select
|
||||||
id,
|
id,
|
||||||
|
@ -50,7 +52,9 @@ select
|
||||||
hostname,
|
hostname,
|
||||||
port,
|
port,
|
||||||
keyword,
|
keyword,
|
||||||
maxretries
|
maxretries,
|
||||||
|
ignore_tls,
|
||||||
|
upside_down
|
||||||
from
|
from
|
||||||
monitor;
|
monitor;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue