Set version to 5.17.2
authorSeamus Lee <seamuslee001@gmail.com>
Tue, 10 Sep 2019 03:35:01 +0000 (13:35 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Tue, 10 Sep 2019 05:19:49 +0000 (15:19 +1000)
CRM/Upgrade/Incremental/sql/5.17.2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.17.2.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.17.2.mysql.tpl
new file mode 100644 (file)
index 0000000..08c7560
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.17.2 during upgrade *}
index d87810e7952a94eafafdf0df2f10a8b683a1eab6..9991e6892445ae66136c004c3416f1657e2f0eda 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,'5.17.1',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,'5.17.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index ce8d41c6b4cc478ad8c0bc3b98a56e06477b68b6..17155a0779ae6c023a14d02fbd451ac705de30f2 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.17.1</version_no>
+  <version_no>5.17.2</version_no>
 </version>