uptime-kuma/db/patch8.sql
2021-08-29 11:16:06 +08:00

8 lines
185 B
SQL

-- 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;