Set version to 5.33.beta1
authorCiviCRM <info@civicrm.org>
Thu, 3 Dec 2020 06:54:04 +0000 (06:54 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 3 Dec 2020 06:54:04 +0000 (06:54 +0000)
CRM/Upgrade/Incremental/sql/5.33.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.33.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.33.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..55a35a7
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.33.beta1 during upgrade *}
index 8eeadd33c6c60405f6dd08335f3edcd86ec504bf..8d013bba4a32ae6c9c471237483c06db5577304f 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.33.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.33.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index c8e46441a40b0cf28a15e8aed8aa045807a20ed5..5d4d676c866b48b2868fc4a9787279b70a1ed076 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.33.alpha1';
+UPDATE civicrm_domain SET version = '5.33.beta1';
index c60cbeb03d2dd17a756036708abab1bab3288aef..04935f318c254608adf34497c28beef5de459c7d 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.33.alpha1</version_no>
+  <version_no>5.33.beta1</version_no>
 </version>