1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-02-09 13:37:09 +02:00

8 lines
185 B
MySQL
Raw Normal View History

2021-08-29 11:16:06 +08:00
-- You should not modify if this have pushed to Github, unless it does serious wrong with the db.
BEGIN TRANSACTION;
ALTER TABLE monitor
ADD dns_last_result VARCHAR(255);
COMMIT;