Set version to 5.34.beta1
authorCiviCRM <info@civicrm.org>
Mon, 11 Jan 2021 07:01:43 +0000 (07:01 +0000)
committerCiviCRM <info@civicrm.org>
Mon, 11 Jan 2021 07:01:43 +0000 (07:01 +0000)
CRM/Upgrade/Incremental/sql/5.34.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.34.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.34.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..9e19f32
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.34.beta1 during upgrade *}
index c730a999e537c635947f798b4dad70c58d8a5e00..a054e2cbc3ad839d69290d05a6fee9d80e8cdc6c 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.34.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.34.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 409b739dfffcd17fa04a1f3fdb9d9809d2b67eba..70bee705c7b727bf75b12209c05b03cec403369e 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.34.alpha1';
+UPDATE civicrm_domain SET version = '5.34.beta1';
index a506f2ee39f5b3eab867080d6ed33018bf59d2ab..fe5aeeb4e9189e6f43e65163cf98bacd7d302135 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.34.alpha1</version_no>
+  <version_no>5.34.beta1</version_no>
 </version>