From 5a3dc71c130aeb32f9452910f8874271b5209c37 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 4 Dec 2020 16:21:35 -0800 Subject: [PATCH] Set version to 5.32.1 --- CRM/Upgrade/Incremental/sql/5.32.1.mysql.tpl | 1 + sql/civicrm_generated.mysql | 2 +- sql/test_data_second_domain.mysql | 2 +- xml/version.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 CRM/Upgrade/Incremental/sql/5.32.1.mysql.tpl diff --git a/CRM/Upgrade/Incremental/sql/5.32.1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.32.1.mysql.tpl new file mode 100644 index 0000000000..9a3a335292 --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/5.32.1.mysql.tpl @@ -0,0 +1 @@ +{* file to handle db changes in 5.32.1 during upgrade *} diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql index 0cc9e65975..f4ccd6e849 100644 --- a/sql/civicrm_generated.mysql +++ b/sql/civicrm_generated.mysql @@ -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.32.0',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.32.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}'); /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/test_data_second_domain.mysql b/sql/test_data_second_domain.mysql index 5fd2a11fcb..576f682042 100644 --- a/sql/test_data_second_domain.mysql +++ b/sql/test_data_second_domain.mysql @@ -963,4 +963,4 @@ INSERT INTO civicrm_navigation VALUES ( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 ); UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID; -UPDATE civicrm_domain SET version = '5.32.0'; +UPDATE civicrm_domain SET version = '5.32.1'; diff --git a/xml/version.xml b/xml/version.xml index 261996345b..b6c013a333 100644 --- a/xml/version.xml +++ b/xml/version.xml @@ -1,4 +1,4 @@ - 5.32.0 + 5.32.1 -- 2.25.1