Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-02-16-17-51-20
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.6.alpha7.mysql.tpl
1 {* file to handle db changes in 4.6.alpha7 during upgrade *}
2
3 -- location_type_id should have default NULL, not invalid id 0
4 ALTER TABLE civicrm_mailing CHANGE `location_type_id` `location_type_id` int(10) unsigned DEFAULT NULL COMMENT 'With email_selection_method, determines which email address to use';