From ad9be3edb59d779eee89b5ba20d51131c2c33ad7 Mon Sep 17 00:00:00 2001 From: BlaVeN Date: Fri, 29 Sep 2017 14:51:55 +0200 Subject: [PATCH] SQL moved yo 4.7.26.mysql.tpl --- CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl | 5 ----- CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl index 86b7787a3f..7bb3bcebaa 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.25.mysql.tpl @@ -20,8 +20,3 @@ FROM civicrm_uf_join LEFT JOIN civicrm_event e on civicrm_uf_join.entity_id = e.id WHERE (civicrm_uf_join.module = 'CiviEvent' OR civicrm_uf_join.module = 'CiviEvent_Additional') AND e.id IS NULL; - --- CRM-21234 Missing subdivisions of Tajikistan. - INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES - (NULL, 1209, "DU", "Dushanbe"), - (NULL, 1209, "RA", "Nohiyahoi Tobei Jumhurí"); diff --git a/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl index b9310381e7..55168d405a 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.26.mysql.tpl @@ -2,3 +2,8 @@ -- CRM-20892 Change created_date default so that we can add a modified_date column ALTER TABLE civicrm_mailing CHANGE created_date created_date timestamp NULL DEFAULT NULL COMMENT 'Date and time this mailing was created.'; + +-- CRM-21234 Missing subdivisions of Tajikistan. + INSERT INTO civicrm_state_province (id, country_id, abbreviation, name) VALUES + (NULL, 1209, "DU", "Dushanbe"), + (NULL, 1209, "RA", "Nohiyahoi Tobei Jumhurí"); -- 2.25.1