Update version to 4.6.18
authorCiviCRM <info@civicrm.org>
Thu, 2 Jun 2016 04:28:15 +0000 (21:28 -0700)
committerCiviCRM <info@civicrm.org>
Thu, 2 Jun 2016 04:28:15 +0000 (21:28 -0700)
CRM/Upgrade/Incremental/sql/4.6.18.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.6.18.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.6.18.mysql.tpl
new file mode 100644 (file)
index 0000000..8317dce
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.6.18 during upgrade *}
index 489fc1ec2c2d4b9a0b330550e3f29f535b1bb880..3d1c0aaf491a907a841a6b7c842aa6e53fdd29ae 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.17',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.18',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 76883249b26fc7f98fd67cbd6bb484d0f1d92d81..f10f3fc3a434519e644e5793245b956bd060b035 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.6.17</version_no>
+  <version_no>4.6.18</version_no>
 </version>