Set version to 4.7.13
authorTim Otten <totten@civicrm.org>
Thu, 22 Sep 2016 03:42:29 +0000 (23:42 -0400)
committerTim Otten <totten@civicrm.org>
Thu, 22 Sep 2016 03:42:29 +0000 (23:42 -0400)
CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl [new file with mode: 0644]
sql/civicrm_generated.mysql
xml/version.xml

diff --git a/CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.13.mysql.tpl
new file mode 100644 (file)
index 0000000..83157e9
--- /dev/null
@@ -0,0 +1 @@
+{* file to handle db changes in 4.7.13 during upgrade *}
index f6453ce5b7a7695553c08f3860efb16cbec95b09..79fda1553979e76e2c54c6e840c1bf6627c4dbc3 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.12',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.13',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
 /*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
 UNLOCK TABLES;
 
index fee28d6b48a0d4cb3a12b1054594c6d556f019a5..df999f5618accb97f892dabe5bae3d44aaf4c461 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
 <version>
-  <version_no>4.7.12</version_no>
+  <version_no>4.7.13</version_no>
 </version>