version fixes
authorCiviCRM <info@civicrm.org>
Thu, 7 Aug 2014 07:20:04 +0000 (12:50 +0530)
committerCiviCRM <info@civicrm.org>
Thu, 7 Aug 2014 07:20:04 +0000 (12:50 +0530)
CRM/Upgrade/Incremental/sql/4.5.beta6.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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