Set version to 5.5.beta1
authorCiviCRM <info@civicrm.org>
Thu, 2 Aug 2018 01:06:54 +0000 (01:06 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 2 Aug 2018 01:06:54 +0000 (01:06 +0000)
CRM/Upgrade/Incremental/sql/5.5.beta1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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