Set version to 5.24.0
authorCiviCRM <info@civicrm.org>
Wed, 1 Apr 2020 23:48:38 +0000 (23:48 +0000)
committerCiviCRM <info@civicrm.org>
Wed, 1 Apr 2020 23:48:38 +0000 (23:48 +0000)
CRM/Upgrade/Incremental/sql/5.24.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.24.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.24.0.mysql.tpl
new file mode 100644 (file)
index 0000000..13413bf
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.24.0 during upgrade *}
index be8af5be6b52dc8018dbd0c26d9ffc103c9f62e9..6fcb64f48135a9d4cf3300d45abbb7a61d491b8d 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`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,'5.24.beta1',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.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 240ba86bc95e076d495e92ebae2f6b179b0ae972..edcee6bc441aa134ade95b7cfbcd7ca116b2ec61 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.24.beta1</version_no>
+  <version_no>5.24.0</version_no>
 </version>