Set version to 5.19.0
authorTim Otten <totten@civicrm.org>
Thu, 7 Nov 2019 01:39:32 +0000 (17:39 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 7 Nov 2019 01:39:32 +0000 (17:39 -0800)
CRM/Upgrade/Incremental/sql/5.19.0.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.19.0.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.19.0.mysql.tpl
new file mode 100644 (file)
index 0000000..46a778b
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.19.0 during upgrade *}
index 07ea736f96939912b59edff86234be7533e9bdde..5030763cc837f0a9cc86bf8f7e7b692bbf195028 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.19.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.19.0',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index 1b087edce66b8188a17877acb33a3732c4133833..9f55bb2f5c11e4b91e063b7008d657d2070cbc63 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.19.beta1</version_no>
+  <version_no>5.19.0</version_no>
 </version>