CRM-13314 fix - add Florida, San Jose, Rio Negro states to Uraguay
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.4.beta1.mysql.tpl
index 17cb1cb064b79e545a117bd6b3981a073ef37a86..c04c39ee465efe76877394e6e4dad9add1db3b25 100644 (file)
@@ -1 +1,6 @@
 {* file to handle db changes in 4.4.beta1 during upgrade *}
+-- CRM-13314 Added States for Uruguay
+INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
+(NULL, 1229, "FL", "Florida"),
+(NULL, 1229, "RN", "Rio Negro"),
+(NULL, 1229, "SJ", "San Jose");