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

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