From: lordt Date: Thu, 28 Mar 2019 19:49:11 +0000 (+0100) Subject: #829 Swaziland has changed its name to Eswatini (#13902) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e4602312adfecb24ff61e3501d086e323de9ac7c;p=civicrm-core.git #829 Swaziland has changed its name to Eswatini (#13902) * #829 Swaziland has changed its name to Eswatini * #829 Swaziland has changed its name to Eswatini * #829 Swaziland has changed its name to Eswatini * #829 Swaziland has changed its name to Eswatini --- diff --git a/CRM/Upgrade/Incremental/sql/5.13.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.13.alpha1.mysql.tpl old mode 100644 new mode 100755 index 8f1f6ebf00..ab6a0d406a --- a/CRM/Upgrade/Incremental/sql/5.13.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/5.13.alpha1.mysql.tpl @@ -1 +1,5 @@ {* file to handle db changes in 5.13.alpha1 during upgrade *} + +-- dev/core#829 Swaziland has changed its name to Eswatini +UPDATE civicrm_country SET name = 'Eswatini' WHERE name = 'Swaziland'; +UPDATE civicrm_currency SET full_name = 'Eswatini Lilangeni' WHERE name = 'SZL'; diff --git a/xml/templates/civicrm_country.tpl b/xml/templates/civicrm_country.tpl old mode 100644 new mode 100755 index 9b3693c08c..221341227f --- a/xml/templates/civicrm_country.tpl +++ b/xml/templates/civicrm_country.tpl @@ -243,7 +243,7 @@ INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1200", "Sudan", "SD", "3", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1201", "Suriname", "SR", "2", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1202", "Svalbard and Jan Mayen", "SJ", "1", "0"); -INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1203", "Swaziland", "SZ", "5", "0"); +INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1203", "Eswatini", "SZ", "5", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1204", "Sweden", "SE", "1", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1205", "Switzerland", "CH", "1", "0"); INSERT INTO civicrm_country (id, name,iso_code,region_id,is_province_abbreviated) VALUES("1206", "Syrian Arab Republic", "SY", "3", "0"); diff --git a/xml/templates/civicrm_currency.tpl b/xml/templates/civicrm_currency.tpl old mode 100644 new mode 100755 index 5b5df9612c..1ff26be48e --- a/xml/templates/civicrm_currency.tpl +++ b/xml/templates/civicrm_currency.tpl @@ -173,7 +173,7 @@ INSERT INTO civicrm_currency (id, name, symbol, numeric_code, full_name) VALUES (145, "STD", NULL, "678", "São Tome and Principe Dobra"), (146, "SVC", "$", "222", "El Salvador Colon"), (147, "SYP", "£", "760", "Syrian Pound"), -(148, "SZL", NULL, "748", "Swaziland Lilangeni"), +(148, "SZL", NULL, "748", "Eswatini Lilangeni"), (149, "TJS", NULL, "972", "Tajik Somoni"), (150, "TMM", NULL, "795", "Turkmenistan Manat"), (151, "TND", NULL, "788", "Tunisian Dinar"),