Set version to 5.20.beta1
authorCiviCRM <info@civicrm.org>
Thu, 7 Nov 2019 02:11:34 +0000 (02:11 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 7 Nov 2019 02:11:34 +0000 (02:11 +0000)
CRM/Upgrade/Incremental/sql/5.20.beta1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.20.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.20.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..9050d97
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.20.beta1 during upgrade *}
index a8e8389c884b79fafdb03cb53c138335209c0ba2..51ee3f163592ad743c4ef667dd39306dea452fb4 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`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.20.alpha1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.20.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index e824915ca553921f828b05525ebc10e743b5eb6a..0c8786d075f9238533a33d8607161a50526e40de 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.20.alpha1</version_no>
+  <version_no>5.20.beta1</version_no>
 </version>