drupal-civicrm/sites/all/modules/civicrm/CRM/Upgrade/Incremental/sql/4.5.5.mysql.tpl

6 lines
251 B
Smarty
Raw Normal View History

2018-01-14 15:10:16 +02:00
{* file to handle db changes in 4.5.5 during upgrade *}
-- https://issues.civicrm.org/jira/browse/CRM-15630
UPDATE civicrm_msg_template SET msg_html = REPLACE(msg_html, 'email=true', 'emailMode=true') WHERE msg_title = 'Petition - signature added';