version fixes
authorCiviCRM <info@civicrm.org>
Fri, 10 Oct 2014 06:32:39 +0000 (12:02 +0530)
committerCiviCRM <info@civicrm.org>
Fri, 10 Oct 2014 06:32:39 +0000 (12:02 +0530)
CRM/Upgrade/Incremental/sql/4.5.2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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