Set version to 5.13.0
authorCiviCRM <info@civicrm.org>
Thu, 2 May 2019 03:00:55 +0000 (03:00 +0000)
committerCiviCRM <info@civicrm.org>
Thu, 2 May 2019 03:00:55 +0000 (03:00 +0000)
CRM/Upgrade/Incremental/sql/5.13.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.13.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.13.0.mysql.tpl
new file mode 100644 (file)
index 0000000..f201cff
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.13.0 during upgrade *}
index b02e6d5c0333c8770e0be7ff7eab76d958507c24..a4074d2d517755f9d37e09dc5dfad82705c25862 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.13.beta1',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.13.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 15d607f2695a6499dbd4a64b02196c06c8bc61f9..b59ddf4c174fd178e1dc3e74995fe0d2f32d8469 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.13.beta1</version_no>
+  <version_no>5.13.0</version_no>
 </version>