Set version to 4.7.31
authorCiviCRM <info@civicrm.org>
Thu, 21 Dec 2017 08:48:26 +0000 (08:48 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 21 Dec 2017 08:48:26 +0000 (08:48 +0000)
CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.31.mysql.tpl
new file mode 100644 (file)
index 0000000..811651f
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.31 during upgrade *}
index c1e212b1991c4ff1f67b480c3e102540e3bb1374..798a74541f2154a58ddc45cdb37a60cf46b5e5d4 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.30',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.31',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 6b6cf1f35d9c1efe17ae8db4f27bc9edbf54c31f..a281baa6f2708515a52255e27cb23c33dbc03d4a 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.30</version_no>
+  <version_no>4.7.31</version_no>
 </version>