4ac2399c60a67f868a9eb52c43633b1cbf1b105c
[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;
5
6 -- CRM-19626
7 ALTER TABLE civicrm_price_set ADD min_amount INT(10) UNSIGNED DEFAULT '0' COMMENT 'Minimum Amount required for this set.';