Update version to 4.5.beta5
authorCiviCRM <info@civicrm.org>
Wed, 30 Jul 2014 10:22:06 +0000 (03:22 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 30 Jul 2014 10:22:06 +0000 (03:22 -0700)
CRM/Upgrade/Incremental/sql/4.5.beta5.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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