Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refs CRM-21268 Missing French overseas departments. #11076

Merged
merged 1 commit into from
Oct 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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");