Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2014-11-17-13-40-23
[civicrm-core.git] / CRM / Upgrade / Incremental / sql / 4.4.beta1.mysql.tpl
CommitLineData
638aee74 1{* file to handle db changes in 4.4.beta1 during upgrade *}
013909a2 2-- CRM-13314 Added States for Uruguay
cff67e98 3INSERT IGNORE INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES
013909a2 4(NULL, 1229, "FL", "Florida"),
5(NULL, 1229, "RN", "Rio Negro"),
6(NULL, 1229, "SJ", "San Jose");
cdfe871d
ARW
7
8ALTER TABLE civicrm_email
9MODIFY email VARCHAR(254);