5 lines
192 B
Smarty
5 lines
192 B
Smarty
{* file to handle db changes in 4.7.15 during upgrade *}
|
|
|
|
-- CRM-19685 (fix for inconsistencies)
|
|
UPDATE civicrm_contact SET preferred_mail_format = 'Both' WHERE preferred_mail_format IS NULL;
|