Update version to 4.6.20
authorCiviCRM <info@civicrm.org>
Wed, 6 Jul 2016 05:44:44 +0000 (22:44 -0700)
committerCiviCRM <info@civicrm.org>
Wed, 6 Jul 2016 05:44:44 +0000 (22:44 -0700)
CRM/Upgrade/Incremental/sql/4.6.20.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.20.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.20.mysql.tpl
new file mode 100644 (file)
index 0000000..1d81d36
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.20 during upgrade *}
index 3aea2edeb071353ef9b99cc3df4e4dcba146b5b8..62530aae953cb244d33817a3edc3ebe89ff85d72 100644 (file)
@@ -399,7 +399,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.6.19',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.6.20',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 06c3f55932dad06d9840256327d6df1de38715a6..88746d66ce13199f35f96a1759a03f2331b24da4 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.19</version_no>
+  <version_no>4.6.20</version_no>
 </version>