1 2 3 4 5
BEGIN; UPDATE alert_type SET head_title = replace(head_title, '{{SITE_NAME}}', 'FixMyStreet'); COMMIT;