Set version to 5.35.beta1
authorCiviCRM <info@civicrm.org>
Thu, 4 Feb 2021 07:00:42 +0000 (07:00 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 4 Feb 2021 07:00:42 +0000 (07:00 +0000)
CRM/Upgrade/Incremental/sql/5.35.beta1.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.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.35.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..b68c900
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.35.beta1 during upgrade *}
index 967c7cf2e5c56113a937a7b5a0d2c4df4abd4bb3..d0268bc79e37836b608130acdb324d087000ba1b 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.alpha1',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.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index a4bf3c274e68148f000e8120fc964a80327823ac..19b4f637f3ac9693b4e62be2425313a36406c071 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.alpha1';
+UPDATE civicrm_domain SET version = '5.35.beta1';
index 5d6d583143fa877902b2b8e41349d6d9674a96cb..713fd7c296cd8173539862c4f3e461c8fe5b5dff 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.35.alpha1</version_no>
+  <version_no>5.35.beta1</version_no>
 </version>