Downgrade number from 5.0.0 to 5.0.beta1
authorCiviCRM <info@civicrm.org>
Thu, 15 Mar 2018 23:05:08 +0000 (23:05 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 15 Mar 2018 23:05:08 +0000 (23:05 +0000)
We're about to branch for RC period. Since we've got the third digit again
(for use in each monthly cycle), let's take advantage of it!

CRM/Upgrade/Incremental/sql/5.0.0.mysql.tpl [deleted file]
CRM/Upgrade/Incremental/sql/5.0.beta1.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.0.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.0.0.mysql.tpl
deleted file mode 100644 (file)
index c6bdb51..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{* file to handle db changes in 5.0.0 during upgrade *}
diff --git a/CRM/Upgrade/Incremental/sql/5.0.beta1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.0.beta1.mysql.tpl
new file mode 100644 (file)
index 0000000..b582511
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.0.beta1 during upgrade *}
index 7cbfb29405d1cb00eeda03f969ed25e7a2bb40e6..f6218ab6d998cdc6c1c945eb5224bb9b525fcbc3 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.0.0',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.0.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 04e2b2d93f588900f358fc4ff7f4a3f560a78d3e..4dd101b6548ae5d855f394bb042cf1c380e9bb8e 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.0.0</version_no>
+  <version_no>5.0.beta1</version_no>
 </version>