Merge pull request #19435 from civicrm/5.34
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.5.2.mysql.tpl
1 {* file to handle db changes in 4.5.2 during upgrade *}
2
3 -- CRM-15467 Also fix group_type for Honoree Profile
4 UPDATE civicrm_uf_group SET group_type = 'Individual,Contact' WHERE name = 'honoree_individual';
5