Set version to 4.7.22
authorCiviCRM <info@civicrm.org>
Sat, 17 Jun 2017 06:41:23 +0000 (06:41 +0000)
committerCiviCRM <info@civicrm.org>
Sat, 17 Jun 2017 06:41:23 +0000 (06:41 +0000)
CRM/Upgrade/Incremental/sql/4.7.22.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

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