cec120984c972ac50d393d5af4227e7546766954
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.7.11.mysql.tpl
1 {* file to handle db changes in 4.7.11 during upgrade *}
2
3 -- CRM-19134 Missing French overseas departments.
4 INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
5 (NULL, 1076, "GP", "Guadeloupe"),
6 (NULL, 1076, "MQ", "Martinique"),
7 (NULL, 1076, "GF", "Guyane"),
8 (NULL, 1076, "RE", "La RĂ©union"),
9 (NULL, 1076, "YT", "Mayotte");