Merge in 5.48
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 5.49.alpha1.mysql.tpl
1 {* file to handle db changes in 5.49.alpha1 during upgrade *}
2
3 UPDATE `civicrm_contact_type` SET `icon` = 'fa-user' WHERE `name` = 'Individual';
4 UPDATE `civicrm_contact_type` SET `icon` = 'fa-home' WHERE `name` = 'Household';
5 UPDATE `civicrm_contact_type` SET `icon` = 'fa-building' WHERE `name` = 'Organization';