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

diff --git a/CRM/Upgrade/Incremental/sql/4.6.alpha5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.alpha5.mysql.tpl
new file mode 100644 (file)
index 0000000..f3920f0
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.alpha5 during upgrade *}
index 0b72363963bf621d23a2f3dc43daf1049fe20d6c..3ec87c67ec89da8bf4694c4657aac978ee5ef984 100644 (file)
@@ -391,7 +391,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.6.alpha4',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.6.alpha5',1,NULL,NULL);
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 0f2d8ba76395bd8ebaf5297ff7b172935adbd8b3..40c0a68845285db6c5711efcad46cff4c82f53d4 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.alpha4</version_no>
+  <version_no>4.6.alpha5</version_no>
 </version>