version fix
authoryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 8 Oct 2015 08:44:04 +0000 (14:14 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Thu, 8 Oct 2015 08:44:04 +0000 (14:14 +0530)
CRM/Upgrade/Incremental/sql/4.7.alpha4.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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