Set version to 5.31.beta2
authorCiviCRM <info@civicrm.org>
Thu, 5 Nov 2020 11:58:32 +0000 (03:58 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 5 Nov 2020 11:58:56 +0000 (03:58 -0800)
CRM/Upgrade/Incremental/sql/5.31.beta2.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.beta2.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.31.beta2.mysql.tpl
new file mode 100644 (file)
index 0000000..33384db
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.31.beta2 during upgrade *}
index 28663120a1887abb69f68a32a45a11c9d78d769b..f36c026c9b1a1c2e064a247bf9a17f5822d11659 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.beta1',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.beta2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index e3970ce2976ba2bc9ef6a2f93c156f6ec2eb691a..6a9eca020fb17bda130c4603afa922b552b7ea0f 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.beta1';
+UPDATE civicrm_domain SET version = '5.31.beta2';
index 6d480d56ad818973756b6d2ad6731bbfa0d50e5c..a0b387b3b5f8fd06ef47fb6fd0c060f1662c95be 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.31.beta1</version_no>
+  <version_no>5.31.beta2</version_no>
 </version>