Set version to 5.31.beta1
authorCiviCRM <info@civicrm.org>
Thu, 8 Oct 2020 09:44:07 +0000 (09:44 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 8 Oct 2020 09:44:07 +0000 (09:44 +0000)
CRM/Upgrade/Incremental/sql/5.31.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.31.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.31.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..c549cd3
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.31.beta1 during upgrade *}
index eb96e509a13d4dcf56e784a16b5b104deb93ab6e..28663120a1887abb69f68a32a45a11c9d78d769b 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.31.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.31.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 02be43b1922a630148a9eb4f88ebc1d0038962a3..e3970ce2976ba2bc9ef6a2f93c156f6ec2eb691a 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.31.alpha1';
+UPDATE civicrm_domain SET version = '5.31.beta1';
index 588d045c3b29f66b7d4da91c36eaa45cf3403578..6d480d56ad818973756b6d2ad6731bbfa0d50e5c 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.31.alpha1</version_no>
+  <version_no>5.31.beta1</version_no>
 </version>