Set version to 5.32.1
authorTim Otten <totten@civicrm.org>
Sat, 5 Dec 2020 00:21:35 +0000 (16:21 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 5 Dec 2020 00:21:35 +0000 (16:21 -0800)
CRM/Upgrade/Incremental/sql/5.32.1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
sql/test_data_second_domain.mysql
xml/version.xml

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 (file)
index 0000000..9a3a335
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.32.1 during upgrade *}
index 0cc9e659755e127299ae8e132ea78d8d80fad7dc..f4ccd6e8495d0f2ab866e5a9ac9fc993ca07d5b5 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.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;
 
index 5fd2a11fcbabebb38dd09250b71578bd520e37e4..576f6820420d3a0e6ee8193766cbadda28142143 100644 (file)
@@ -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';
index 261996345b79f118f7b43b681e55e542152ab38a..b6c013a3330f48980f76d924df31245033379cdb 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.32.0</version_no>
+  <version_no>5.32.1</version_no>
 </version>