Move upgrade tasks to the correct version
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.7.15.mysql.tpl
1 {* file to handle db changes in 4.7.15 during upgrade *}
2
3 -- CRM-19685 (fix for inconsistencies)
4 UPDATE civicrm_contact SET preferred_mail_format = 'Both' WHERE preferred_mail_format IS NULL;