1
0
Fork 0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-07 01:27:25 +03:00
uptime-kuma/db/patch8.sql
2021-08-29 11:16:06 +08:00

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