Skip to content

Commit

Permalink
Merge pull request #11076 from nowszy/CRM-21268
Browse files Browse the repository at this point in the history
Refs CRM-21268 Missing French overseas departments.
  • Loading branch information
mlutfy authored Oct 8, 2017
2 parents 5daf0c9 + 2003935 commit 94e178c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{* file to handle db changes in 4.7.27 during upgrade *}

-- CRM-21268 Missing French overseas departments.
INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
(NULL, 1076, "WF", "Wallis-et-Futuna"),
(NULL, 1076, "NC", "Nouvelle-Calédonie");
2 changes: 1 addition & 1 deletion sql/civicrm_generated.mysql

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion xml/templates/civicrm_state_province.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4081,4 +4081,8 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES

-- CRM-21234 Missing subdivisions of Tajikistan.
(NULL, 1209, "DU", "Dushanbe"),
(NULL, 1209, "RA", "Nohiyahoi Tobei Jumhurí");
(NULL, 1209, "RA", "Nohiyahoi Tobei Jumhurí"),

-- CRM-21268 Missing French overseas departments.
(NULL, 1076, "WF", "Wallis-et-Futuna"),
(NULL, 1076, "NC", "Nouvelle-Calédonie");

0 comments on commit 94e178c

Please sign in to comment.