Set version to 5.24.2
authorTim Otten <totten@civicrm.org>
Thu, 9 Apr 2020 05:08:35 +0000 (22:08 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 9 Apr 2020 05:08:35 +0000 (22:08 -0700)
CRM/Upgrade/Incremental/sql/5.24.2.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.24.2.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.24.2.mysql.tpl
new file mode 100644 (file)
index 0000000..b867afa
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.24.2 during upgrade *}
index a3eefd60f3fd54191bf012dac33f45b804373f90..184fb426c623054b920ad2aeccbb588df735f700 100644 (file)
@@ -398,7 +398,7 @@ UNLOCK TABLES;
 
 LOCK TABLES `civicrm_domain` WRITE;
 /*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
-INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.24.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.24.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 55e0e90165e45f556b795a563b55dd99c62def8c..cd37d9af198a262eda8cd952862f39999671fae4 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.24.1</version_no>
+  <version_no>5.24.2</version_no>
 </version>