version fixes
authorCiviCRM <info@civicrm.org>
Fri, 24 Oct 2014 11:07:44 +0000 (16:37 +0530)
committerCiviCRM <info@civicrm.org>
Fri, 24 Oct 2014 11:07:44 +0000 (16:37 +0530)
CRM/Upgrade/Incremental/sql/4.5.3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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