summaryrefslogtreecommitdiffstats
path: root/db/old_migrations/patch-monitor-expiry-notification.sql
blob: 7a330014a85e5d2e3c7d80240a7497c2ba60cbd5 (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 expiry_notification BOOLEAN default 1;

COMMIT;