commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / CRM / Upgrade / Incremental / sql / 4.6.7.mysql.tpl
1 {* file to handle db changes in 4.6.7 during upgrade *}
2
3 -- CRM-17016 State list for Fiji incomplete
4 SELECT @country_id := id from civicrm_country where name = 'Fiji' AND iso_code = 'FJ';
5 INSERT INTO civicrm_state_province (country_id, abbreviation, name) VALUES (@country_id, "C", "Central");