Merge pull request #19232 from eileenmcnaughton/friend
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.5.2.mysql.tpl
CommitLineData
ee8fa7a4 1{* file to handle db changes in 4.5.2 during upgrade *}
a03a3bd7
DG
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