Set version to 5.35.0
authorCiviCRM <info@civicrm.org>
Thu, 4 Mar 2021 04:57:18 +0000 (04:57 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 4 Mar 2021 04:57:18 +0000 (04:57 +0000)
CRM/Upgrade/Incremental/sql/5.35.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.35.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.35.0.mysql.tpl
new file mode 100644 (file)
index 0000000..2155166
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.35.0 during upgrade *}
index d0268bc79e37836b608130acdb324d087000ba1b..9f200477aad68c62dae3d7ac45df83f9ee50cadb 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.35.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.35.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 19b4f637f3ac9693b4e62be2425313a36406c071..567e6b25ad3d9295d0bcd380fc92975e9e98cb06 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.35.beta1';
+UPDATE civicrm_domain SET version = '5.35.0';
index 713fd7c296cd8173539862c4f3e461c8fe5b5dff..ec2c92939c88ac5bbf07eab831e95c5e383d8f4b 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.35.beta1</version_no>
+  <version_no>5.35.0</version_no>
 </version>