Update version to 4.6beta2
authoryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 3 Dec 2015 12:20:28 +0000 (17:50 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 3 Dec 2015 12:20:28 +0000 (17:50 +0530)
CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.beta2.mysql.tpl
new file mode 100644 (file)
index 0000000..06cf35b
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.beta2 during upgrade *}
index 41c4c797a346adf68b60824e2d59f3c292be2215..5c77290e440ecbe11f571c8274a9e4d8306e4e67 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.beta1',1,NULL,NULL);
+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.beta2',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 5808da49a2d324b73b4aec30040b85daf4ad8107..c4cd0ff17c2eac3cb5608d5ffa15b59633492c85 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.beta1</version_no>
+  <version_no>4.7.beta2</version_no>
 </version>