2 lines
97 B
SQL
2 lines
97 B
SQL
UPDATE `alert_contacts` SET `contact_method` = 'webhook-old' WHERE `contact_method` = 'webhook';
|