Set version to 4.7.20
authorTim Otten <totten@civicrm.org>
Fri, 21 Apr 2017 21:13:30 +0000 (14:13 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 21 Apr 2017 21:13:30 +0000 (14:13 -0700)
CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.20.mysql.tpl
new file mode 100644 (file)
index 0000000..307ad1b
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.20 during upgrade *}
index fbc51d5a231b2eb890f6ccd75a75c5e70d8f7611..4bf95b4e53001a102e5ade25b1ba3935785f5be2 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,'4.7.19',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,'4.7.20',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index d9b0d8a998a5446d2e56107a0a4ebb90c813ab23..0da9d6439c1250f4a745db8c01ee74436654b13d 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.19</version_no>
+  <version_no>4.7.20</version_no>
 </version>