Update version to 4.5.beta2
authorCiviCRM <info@civicrm.org>
Wed, 2 Jul 2014 12:56:44 +0000 (05:56 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 2 Jul 2014 12:56:44 +0000 (05:56 -0700)
CRM/Upgrade/Incremental/sql/4.5.beta2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.5.beta2.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.beta2.mysql.tpl
new file mode 100644 (file)
index 0000000..1111f89
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.5.beta2 during upgrade *}
index 2f51084dff398d775c39cda70fba39594aa58472..755f74d2e34efe753d15bbb8c7ea2bbb1ea68a53 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.5.beta1',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.5.beta2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 090f60ed9fd182ef942ea081b31f17b46250a714..c043a71800caa7dca54c95ae18d1ba87e677fae6 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.beta1</version_no>
+  <version_no>4.5.beta2</version_no>
 </version>