Set version to 5.29.beta1
authorCiviCRM <info@civicrm.org>
Thu, 6 Aug 2020 06:23:07 +0000 (06:23 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 6 Aug 2020 06:23:07 +0000 (06:23 +0000)
CRM/Upgrade/Incremental/sql/5.29.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.29.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.29.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..4b2bf5a
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.29.beta1 during upgrade *}
index b6dba3bf1a733409af7f639970a5f34c0042b075..1cb341a78dd5e284b09129bf0ddcbc15c5746011 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.29.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.29.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 5aac2acc1b6582d48cebe5c1d674fbd6f48d931d..81fa70dec24629825da2643e70687c23a0130182 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.29.alpha1';
+UPDATE civicrm_domain SET version = '5.29.beta1';
index c0adfb473b2cc819485974c6ca2595607a1c4586..9d816139c3bcb69c17a6afb0147edc4a4dc9ddc9 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.29.alpha1</version_no>
+  <version_no>5.29.beta1</version_no>
 </version>