summaryrefslogtreecommitdiffstats
path: root/db/old_migrations/patch8.sql
blob: d63a59476fa1c0f7b29d517c2743908cc1d2471b (plain)
1
2
3
4
5
6
7
-- 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;