Ian province abbreviation patch - issue 724
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.5.2.mysql.tpl
... / ...
CommitLineData
1{* file to handle db changes in 4.5.2 during upgrade *}
2
3-- CRM-15467 Also fix group_type for Honoree Profile
4UPDATE civicrm_uf_group SET group_type = 'Individual,Contact' WHERE name = 'honoree_individual';
5