From 206f2243f80b28a9cfeaf491cf75f97f19f354e5 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Fri, 18 Dec 2009 12:23:10 +0200 Subject: [PATCH] Updated server to 3.7.0.3 --- docs/VERSION-NAME.txt | 2 +- docs/VERSION-OSS.txt | 2 +- sql/mysql/install/data.sql | 7 ++++--- sql/mysql/upgrade/3.7.0.1/plugin_helper.sql | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/VERSION-NAME.txt b/docs/VERSION-NAME.txt index c739cb0..27d690f 100644 --- a/docs/VERSION-NAME.txt +++ b/docs/VERSION-NAME.txt @@ -1 +1 @@ -3.7.0.2 \ No newline at end of file +3.7.0.3 \ No newline at end of file diff --git a/docs/VERSION-OSS.txt b/docs/VERSION-OSS.txt index c739cb0..27d690f 100644 --- a/docs/VERSION-OSS.txt +++ b/docs/VERSION-OSS.txt @@ -1 +1 @@ -3.7.0.2 \ No newline at end of file +3.7.0.3 \ No newline at end of file diff --git a/sql/mysql/install/data.sql b/sql/mysql/install/data.sql index f88e3e6..4143d11 100755 --- a/sql/mysql/install/data.sql +++ b/sql/mysql/install/data.sql @@ -1465,8 +1465,8 @@ LOCK TABLES `system_settings` WRITE; /*!40000 ALTER TABLE `system_settings` DISABLE KEYS */; INSERT INTO `system_settings` VALUES (1,'lastIndexUpdate','0'), -(2,'knowledgeTreeVersion','3.7.0.2'), -(3,'databaseVersion','3.7.0.2'), +(2,'knowledgeTreeVersion','3.7.0.3'), +(3,'databaseVersion','3.7.0.3'), (4,'server_name','127.0.0.1'); /*!40000 ALTER TABLE `system_settings` ENABLE KEYS */; UNLOCK TABLES; @@ -1779,7 +1779,8 @@ INSERT INTO `upgrades` VALUES (233,'sql*3.7.0.2*0*3.7.0.2/processor_queue.sql','Database upgrade to version 3.7.0.1: Processor Queue','2009-09-01 00:00:00',1,'upgrade*3.7.0.2*99*upgrade3.7.0.2'), (234,'upgrade*3.7.0.2*99*upgrade3.7.0.2','Upgrade from version 3.7.0.1 to 3.7.0.2','2009-11-19 00:00:00',1,'upgrade*3.7.0.2*99*upgrade3.7.0.2'), (235,'sql*3.7.0.3*0*3.7.0.3/clienttools_config.sql','Database upgrade to version 3.7.0.3: Clienttools Config','2009-12-10 00:00:00',1,'upgrade*3.7.0.3*99*upgrade3.7.0.3'), -(236,'sql*3.7.0.3*0*3.7.0.3/uploaded_files.sql','Database upgrade to version 3.7.0.3: Uploaded Files','2009-12-10 00:00:00',1,'upgrade*3.7.0.3*99*upgrade3.7.0.3'); +(236,'sql*3.7.0.3*0*3.7.0.3/uploaded_files.sql','Database upgrade to version 3.7.0.3: Uploaded Files','2009-12-10 00:00:00',1,'upgrade*3.7.0.3*99*upgrade3.7.0.3'), +(237,'upgrade*3.7.0.3*99*upgrade3.7.0.3','Upgrade from version 3.7.0.2 to 3.7.0.3','2009-12-14 00:00:00',1,'upgrade*3.7.0.3*99*upgrade3.7.0.3'); /*!40000 ALTER TABLE `upgrades` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/mysql/upgrade/3.7.0.1/plugin_helper.sql b/sql/mysql/upgrade/3.7.0.1/plugin_helper.sql index 469e624..9f1cafc 100644 --- a/sql/mysql/upgrade/3.7.0.1/plugin_helper.sql +++ b/sql/mysql/upgrade/3.7.0.1/plugin_helper.sql @@ -1 +1 @@ -ALTER TABLE `plugin_helper` CHANGE `viewtype` `viewtype` ENUM( 'general', 'dashboard', 'plugin', 'folder', 'document', 'admindispatcher', 'dispatcher', 'process' ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'general' \ No newline at end of file +ALTER TABLE `plugin_helper` CHANGE `viewtype` `viewtype` ENUM( 'general', 'dashboard', 'plugin', 'folder', 'document', 'admindispatcher', 'dispatcher', 'process' ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT 'general'; \ No newline at end of file -- libgit2 0.21.4