You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/15440.down

9 lines
208 B

SET autocommit=0;
USE billing;
UPDATE email_templates set from_email = 'Sipwise NGCP FaxServer <voipfax@ngcp.sipwise.local>'
WHERE name = 'fax_receive_ok_default_email'
AND reseller_id IS NULL;
COMMIT;