Merge pull request #19232 from eileenmcnaughton/friend
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 5.13.alpha1.mysql.tpl
CommitLineData
fd7b197f 1{* file to handle db changes in 5.13.alpha1 during upgrade *}
e4602312 2
3-- dev/core#829 Swaziland has changed its name to Eswatini
4UPDATE civicrm_country SET name = 'Eswatini' WHERE name = 'Swaziland';
5UPDATE civicrm_currency SET full_name = 'Eswatini Lilangeni' WHERE name = 'SZL';