Update version to 4.5.6
authorCiviCRM <info@civicrm.org>
Wed, 17 Dec 2014 19:30:46 +0000 (11:30 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 17 Dec 2014 19:30:46 +0000 (11:30 -0800)
CRM/Upgrade/Incremental/sql/4.5.6.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.5.6.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.6.mysql.tpl
new file mode 100644 (file)
index 0000000..141cf68
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.5.6 during upgrade *}
index bd8a0016f65fec905886e15bde28faeb4df0102b..35aee49ff108c35b0cacf56a7a332b58e52137a3 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.5',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.6',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index d0f629f74a460bdb999223fea11685f9924535d9..87514d7e01df7e504e358c92dcd4638fef513974 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.5</version_no>
+  <version_no>4.5.6</version_no>
 </version>