Set version to 5.35.1
authorTim Otten <totten@civicrm.org>
Thu, 18 Mar 2021 01:01:36 +0000 (18:01 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 18 Mar 2021 01:01:36 +0000 (18:01 -0700)
CRM/Upgrade/Incremental/sql/5.35.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.35.1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.35.1.mysql.tpl
new file mode 100644 (file)
index 0000000..3c31ebf
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.35.1 during upgrade *}
index 9f200477aad68c62dae3d7ac45df83f9ee50cadb..a5af44b94d2e84fd0c187b165c9e630c650a22e6 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.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.35.1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 567e6b25ad3d9295d0bcd380fc92975e9e98cb06..8c34aff85dc245d1fbd84ead2fa2b8661c581270 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.0';
+UPDATE civicrm_domain SET version = '5.35.1';
index ec2c92939c88ac5bbf07eab831e95c5e383d8f4b..aa71d2d12a5055e8ab30de6f1031ec138e490d65 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.35.0</version_no>
+  <version_no>5.35.1</version_no>
 </version>