Merge pull request #19435 from civicrm/5.34
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.7.beta3.mysql.tpl
1 {* file to handle db changes in 4.7.beta3 during upgrade *}
2
3 -- CRM-17660 Add missing Cameroon Provinces and add missing Indian province.
4 INSERT INTO civicrm_state_province (country_id, abbreviation, name) VALUES
5 (1038, "LT", "Littoral"),
6 (1038, "NW", "Nord-Ouest"),
7 (1101, "TG", "Telangana");
8