Set version to 5.10.3
authorTim Otten <totten@civicrm.org>
Thu, 21 Feb 2019 06:02:47 +0000 (22:02 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 21 Feb 2019 06:02:47 +0000 (22:02 -0800)
CRM/Upgrade/Incremental/sql/5.10.3.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/5.10.3.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.10.3.mysql.tpl
new file mode 100644 (file)
index 0000000..0a028ff
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 5.10.3 during upgrade *}
index 48cbdc92a31d7fcd07a11699b287811c12517791..554f0fd6be29752bbf44f58bb9aea584859edf01 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.10.2',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.10.3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index f57a6e688e5f2e8920a5f562398fd3a83bcd479c..d3ad50fc923276f0a74f2f7dae30d6e8dac08514 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>5.10.2</version_no>
+  <version_no>5.10.3</version_no>
 </version>