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