Update version to 4.7.beta5
authorCiviCRM <info@civicrm.org>
Wed, 23 Dec 2015 11:43:26 +0000 (03:43 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 23 Dec 2015 11:43:26 +0000 (03:43 -0800)
CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta5.mysql.tpl
new file mode 100644 (file)
index 0000000..a97a616
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.beta5 during upgrade *}
index 363d0713e4816069c8a419ad72ed4cdad99e8339..842439705f3ac1be54ba780c044356a28b060abb 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.beta4',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.beta5',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 1760aac081297cd8a8e4cb62975ec58f02da8935..73ecd5fda7a2ff4f18b4c3c1e12fe69fbd90c86d 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.beta4</version_no>
+  <version_no>4.7.beta5</version_no>
 </version>