Skip to content
Snippets Groups Projects
Commit 013909a2 authored by monishdeb's avatar monishdeb
Browse files

CRM-13314 fix - add Florida, San Jose, Rio Negro states to Uraguay

----------------------------------------
* CRM-13314: 3 Missing Geographic State for Uruguay in Address Drop Down
  http://issues.civicrm.org/jira/browse/CRM-13314
parent 897d9f9a
Branches
Tags
No related merge requests found
{* 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");
This diff is collapsed.
......@@ -3898,4 +3898,9 @@ INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
(NULL, 1119, "064", "Naukšēnu novads"),
(NULL, 1119, "106", "Ventspils novads"),
(NULL, 1119, "JKB", "Jēkabpils"),
(NULL, 1119, "VMR", "Valmiera");
(NULL, 1119, "VMR", "Valmiera"),
-- CRM-13314 Added States for Uruguay
(NULL, 1229, "FL", "Florida"),
(NULL, 1229, "RN", "Rio Negro"),
(NULL, 1229, "SJ", "San Jose");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment