Merge pull request #9401 from jmcclelland/CRM-19656
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.7.15.mysql.tpl
CommitLineData
6e5413ad 1{* file to handle db changes in 4.7.15 during upgrade *}
8b7037c0 2
3-- CRM-19685 (fix for inconsistencies)
4UPDATE civicrm_contact SET preferred_mail_format = 'Both' WHERE preferred_mail_format IS NULL;