aboutsummaryrefslogtreecommitdiffstats
path: root/db/downgrade_0070---0069.sql
blob: 8e77adec9d4bb7d542e904ce218ecc85d17a493d (plain)
1
2
3
4
5
BEGIN;

UPDATE alert_type SET head_title = replace(head_title, '{{SITE_NAME}}', 'FixMyStreet');

COMMIT;