blob: fde05047b8f92d3216154e5566b5001ad99534af (
plain)
1
2
3
4
|
select * from 'mauve_alerts' where update_type='cleared' and will_unacknowledge_at != 0;
update 'mauve_alerts' set will_unacknowledge_at=NULL where update_type='cleared' and will_unacknowledge_at != 0;
|