summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.6/mysql/patch/alerts.sql
blob: 9e248778d620f4617f137ff8c9c1acf6e7c57780 (plain)
1
2
3
4
alter table alerts drop triggerid;
alter table alerts add eventid bigint(20) unsigned NOT NULL default '0';

update alerts set status=3 where retries>=2;