Skip to content

Commit

Permalink
Update the name of Macedonia, Republic of to North Macedonia followin…
Browse files Browse the repository at this point in the history
…g ISO 3166-1 update
  • Loading branch information
seamuslee001 committed Nov 30, 2019
1 parent bb3a3d0 commit 35391fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CRM/Upgrade/Incremental/sql/5.21.alpha1.mysql.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{* file to handle db changes in 5.21.alpha1 during upgrade *}

-- dev/core#1166 Update Republic of Macedonia name following ISO 3166-1 change
UPDATE civicrm_country SET name = 'North Macedonia' WHERE name = 'Macedonia, Republic of';
Loading

0 comments on commit 35391fd

Please sign in to comment.