Update version to 4.7.beta1
authorCiviCRM <info@civicrm.org>
Wed, 21 Oct 2015 10:32:55 +0000 (03:32 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 21 Oct 2015 10:32:55 +0000 (03:32 -0700)
CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..3c2a216
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.beta1 during upgrade *}
index 11643247bbf537a77def2227bcb2148a35efb8e4..6babfd105ae3f57687e2ad4f6afd83e337a8956f 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.alpha5',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.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 6e7afa0611b0f1817c8937f59b477ef27b957499..5808da49a2d324b73b4aec30040b85daf4ad8107 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.alpha5</version_no>
+  <version_no>4.7.beta1</version_no>
 </version>