Set version to 5.2.beta1
authorCiviCRM <info@civicrm.org>
Wed, 2 May 2018 23:11:57 +0000 (23:11 +0000)
committerCiviCRM <info@civicrm.org>
Wed, 2 May 2018 23:11:57 +0000 (23:11 +0000)
CRM/Upgrade/Incremental/sql/5.2.beta1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.2.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.2.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..afee41f
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.2.beta1 during upgrade *}
index 07674fa393647f788f8250c7b8563e18a816ebf5..9350163a58f7ca5273ce119c8613c9e81e31b764 100644 (file)
@@ -398,7 +398,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.2.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.2.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index e49cd40ef809745d00c249df0fa10643d5e56cba..5d644101ce94d90aea4e4333a9321d6544ad302e 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.2.alpha1</version_no>
+  <version_no>5.2.beta1</version_no>
 </version>