# psql cb -p 5002
delete from detect_dashboard_host_hygiene_history * where time_stamp < '<DATE>'::date;
delete from detect_dashboard_host_hygiene_history * where time_stamp < '2017-12-01'::date;