Update version to 4.5.8
authorCiviCRM <info@civicrm.org>
Wed, 4 Mar 2015 14:16:49 +0000 (06:16 -0800)
committerCiviCRM <info@civicrm.org>
Wed, 4 Mar 2015 14:16:49 +0000 (06:16 -0800)
CRM/Upgrade/Incremental/sql/4.5.8.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.5.8.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.5.8.mysql.tpl
new file mode 100644 (file)
index 0000000..3c2f7c6
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.5.8 during upgrade *}
index a548df00e91aa628743e3ae447be04b94568c86b..199b7aea3eea6c4db9eb3e2210d27603a7abca57 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.7',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.8',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 421c80e7bcb2a16270f20da1596e54c6a6507e5b..58dca73b23ec5dd0b9e0def5ca18ce7f68783df3 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.5.7</version_no>
+  <version_no>4.5.8</version_no>
 </version>