Update version to 4.6.19
authorCiviCRM <info@civicrm.org>
Mon, 6 Jun 2016 22:33:01 +0000 (15:33 -0700)
committerCiviCRM <info@civicrm.org>
Mon, 6 Jun 2016 22:33:01 +0000 (15:33 -0700)
CRM/Upgrade/Incremental/sql/4.6.19.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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