Set version to 5.36.beta1
authorCiviCRM <info@civicrm.org>
Thu, 4 Mar 2021 06:55:34 +0000 (06:55 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 4 Mar 2021 06:55:34 +0000 (06:55 +0000)
CRM/Upgrade/Incremental/sql/5.36.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.36.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.36.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..1fa88ee
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.36.beta1 during upgrade *}
index e314b9a81094620aabdf1df945852b5846f4d7c9..3f98c0c81b5843564c8dc10cee5c4cd6def69f6e 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.36.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.36.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index d9327068621487a2285debaaf2630d45390feca2..4e8763c3d3bde03408b4c02a66f624b394bf5e77 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.36.alpha1';
+UPDATE civicrm_domain SET version = '5.36.beta1';
index 6b7a19566612703b3b133288927aeba6cbce0cc7..b6896d97c47ab8fcd337cf51a10c2ed5b9357286 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.36.alpha1</version_no>
+  <version_no>5.36.beta1</version_no>
 </version>