graphicek/server/database/migrations/1711911253306_fix_invalid_s...

2 lines
143 B
SQL

UPDATE alerts SET last_status = 'ok' WHERE last_status = 'good';
UPDATE alerts SET last_status = 'alert_pending' WHERE last_status = 'pending';