version fixes
authorCiviCRM <info@civicrm.org>
Thu, 18 Sep 2014 13:04:15 +0000 (18:34 +0530)
committerCiviCRM <info@civicrm.org>
Thu, 18 Sep 2014 13:04:15 +0000 (18:34 +0530)
CRM/Upgrade/Incremental/sql/4.5.1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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