Set version to 4.7.27
authorTim Otten <totten@civicrm.org>
Thu, 12 Oct 2017 14:31:19 +0000 (15:31 +0100)
committerTim Otten <totten@civicrm.org>
Thu, 12 Oct 2017 14:31:19 +0000 (15:31 +0100)
CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.27.mysql.tpl
new file mode 100644 (file)
index 0000000..a971b26
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.27 during upgrade *}
index 009d7ff11ef5885f0be85b3f1af88084c988038d..331e5736d210550f66b1324d8bc29ac50b5b8777 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.7.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.7.27',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 445b2e4846ad6b147295a476edbf79670ef85408..1eae9d10dac6e41d5be13e7646e4b7bc9419110e 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.26</version_no>
+  <version_no>4.7.27</version_no>
 </version>