drupal-civicrm/sites/all/modules/civicrm/CRM/Upgrade/Incremental/sql/4.6.7.mysql.tpl

6 lines
294 B
Smarty
Raw Normal View History

2018-01-14 15:10:16 +02:00
{* file to handle db changes in 4.6.7 during upgrade *}
-- CRM-17016 State list for Fiji incomplete
SELECT @country_id := id from civicrm_country where name = 'Fiji' AND iso_code = 'FJ';
INSERT INTO civicrm_state_province (country_id, abbreviation, name) VALUES (@country_id, "C", "Central");