lsfilter: Add support for non-timestamp date formats
[ninja.git] / sql / mysql / ninja_db_v11_to_v12.sql
blob0615c48ca25ad0b485d089e5cb6b700c1086bdbe
1 UPDATE ninja_saved_filters
2         SET filter="[services] state != 0 and acknowledged = 0 and scheduled_downtime_depth = 0 and host.scheduled_downtime_depth = 0"
3         WHERE filter_name="unhandled service problems"
4         AND filter="[services] state != 0 and acknowledged = 0";
6 UPDATE ninja_saved_filters
7         SET filter="[hosts] state != 0 and acknowledged = 0 and scheduled_downtime_depth = 0"
8         WHERE filter_name="unhandled host problems"
9         AND filter="[hosts] state != 0 and acknowledged = 0";