Update version to 4.6.beta5
authorCiviCRM <info@civicrm.org>
Wed, 18 Mar 2015 12:41:58 +0000 (05:41 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 18 Mar 2015 12:41:58 +0000 (05:41 -0700)
CRM/Upgrade/Incremental/sql/4.6.beta5.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.beta5.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.beta5.mysql.tpl
new file mode 100644 (file)
index 0000000..4575b4a
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.beta5 during upgrade *}
index 92ec37d619dc46fb914f05cb79044ba2a6430d9e..c4701d06475c9f919b7bf31f17c2a6ec9673ecf0 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.beta4',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.6.beta5',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index d1dcb9b825c217eebf9ff1b9bac5b2b96ef5e9bb..962fca8bd20e2b14e370c10fd98c475c710d1813 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.beta4</version_no>
+  <version_no>4.6.beta5</version_no>
 </version>