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.up

9 lines
172 B

SET autocommit=0;
USE billing;
UPDATE email_templates set from_email = '[% mail_from %]'
WHERE name = 'fax_receive_ok_default_email'
AND reseller_id IS NULL;
COMMIT;