minor fix
authorMonish Deb <monish.deb@jmaconsulting.biz>
Tue, 10 Oct 2017 11:46:41 +0000 (17:16 +0530)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2017 11:46:41 +0000 (17:16 +0530)
CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl

index 525aca1ae851f7a12eb5bd6380c2bfc69cd93212..20f613a99ef557f685bb7697a6ac1552345cef8b 100644 (file)
@@ -3,10 +3,9 @@
 -- 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");
+   (NULL, 1076, "NC", "Nouvelle-Calédonie"),
 
 -- CRM-21283 Add in missing parishes and regions of Barbados and Antigua and Barbuda
-INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
   (NULL, 1009, "03", "Saint George"),
   (NULL, 1009, "04", "Saint John"),
   (NULL, 1009, "05", "Saint Mary"),