Update version to 4.7.beta7
authorCiviCRM <info@civicrm.org>
Wed, 6 Jan 2016 11:12:57 +0000 (03:12 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 6 Jan 2016 11:12:57 +0000 (03:12 -0800)
CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta7.mysql.tpl
new file mode 100644 (file)
index 0000000..ca0c8ef
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.beta7 during upgrade *}
index ad79161c09e1095c11d5f886db3fc05e2be1d3a7..a2fb6143d5aedb8adc3acb2568af4944859a0e0b 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.beta6',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.beta7',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 2124a63d2c1652f97afeded6178c932203f64098..b3cc2f97226f75ed3d42dbc9d273966730ad1629 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.beta6</version_no>
+  <version_no>4.7.beta7</version_no>
 </version>