diff options
Diffstat (limited to 'db/downgrade_0070---0069.sql')
-rw-r--r-- | db/downgrade_0070---0069.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/downgrade_0070---0069.sql b/db/downgrade_0070---0069.sql new file mode 100644 index 000000000..8e77adec9 --- /dev/null +++ b/db/downgrade_0070---0069.sql @@ -0,0 +1,5 @@ +BEGIN; + +UPDATE alert_type SET head_title = replace(head_title, '{{SITE_NAME}}', 'FixMyStreet'); + +COMMIT; |