Update version to 4.4.6
authorCiviCRM <info@civicrm.org>
Fri, 18 Apr 2014 01:14:52 +0000 (18:14 -0700)
committerCiviCRM <info@civicrm.org>
Fri, 18 Apr 2014 01:14:52 +0000 (18:14 -0700)
CRM/Upgrade/Incremental/sql/4.4.6.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.4.6.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.4.6.mysql.tpl
new file mode 100644 (file)
index 0000000..aff565e
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.4.6 during upgrade *}
index 6cd457297ea00e818bf8cf3061c1d387a2abbabf..1b798c0645523a2d644ec72d1eee7ed5ec25f4d4 100644 (file)
@@ -382,7 +382,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.4.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.4.6',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 154f8ea6358e60faf083774f4cc947cca7bb3f0b..b4d433948d432c11ab3dc731067ec054ffc89071 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-    <version_no>4.4.5</version_no>
+    <version_no>4.4.6</version_no>
 </version>