Set version to 5.32.0
authorCiviCRM <info@civicrm.org>
Thu, 3 Dec 2020 06:24:57 +0000 (06:24 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 3 Dec 2020 06:24:57 +0000 (06:24 +0000)
CRM/Upgrade/Incremental/sql/5.32.0.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.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.32.0.mysql.tpl
new file mode 100644 (file)
index 0000000..d212d0c
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.32.0 during upgrade *}
index f4555b9e9b274e278750b9ee373ae1f2e93ee605..0cc9e659755e127299ae8e132ea78d8d80fad7dc 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.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.32.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 53add482d3c273f2dc55bf04c64822824fd012b4..5fd2a11fcbabebb38dd09250b71578bd520e37e4 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.beta1';
+UPDATE civicrm_domain SET version = '5.32.0';
index 6fe9efd8b98299bd0af73c38fcbb7af6171f96d1..261996345b79f118f7b43b681e55e542152ab38a 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.32.beta1</version_no>
+  <version_no>5.32.0</version_no>
 </version>