MySQL 5.7 may bork when comparing datetime columns to '0000-00-00 00:00:00' so cast...
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.5.5.mysql.tpl
1 {* file to handle db changes in 4.5.5 during upgrade *}
2
3 -- https://issues.civicrm.org/jira/browse/CRM-15630
4
5 UPDATE civicrm_msg_template SET msg_html = REPLACE(msg_html, 'email=true', 'emailMode=true') WHERE msg_title = 'Petition - signature added';