Update version to 4.6.27
authorCiviCRM <info@civicrm.org>
Fri, 3 Feb 2017 06:50:22 +0000 (22:50 -0800)
committerCiviCRM <info@civicrm.org>
Fri, 3 Feb 2017 06:50:22 +0000 (22:50 -0800)
CRM/Upgrade/Incremental/sql/4.6.27.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.27.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.27.mysql.tpl
new file mode 100644 (file)
index 0000000..72be9b4
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.27 during upgrade *}
index f8e88984648726e485d342df86372c437d8c3aeb..0f8a06ab8f5054318a33810f429fdcfe22282b96 100644 (file)
@@ -399,7 +399,7 @@ UNLOCK TABLES;
 
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
-INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.6.26',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'4.6.27',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 2374986ddac19cbbdc48c28189e6d7ce3c144611..2e34b78b0e3b5753c0abd86dd6ccf0aef7e4865b 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.26</version_no>
+  <version_no>4.6.27</version_no>
 </version>