From e8df2eeefc0bf9142ab765ec816d45c84858888d Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Thu, 27 Sep 2012 22:49:01 +0200
Subject: [PATCH] some more sane column sizes for appconfig and preferences

---
 db_structure.xml | 14 +++++++-------
 lib/util.php     |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index b1e620f8499..99a30cb6137 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -18,7 +18,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>255</length>
+				<length>32</length>
 			</field>
 
 			<field>
@@ -26,7 +26,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>255</length>
+				<length>64</length>
 			</field>
 
 			<field>
@@ -310,7 +310,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>false</notnull>
-				<length>200</length>
+				<length>64</length>
 			</field>
 
 			<field>
@@ -379,7 +379,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>255</length>
+				<length>64</length>
 			</field>
 
 			<field>
@@ -387,7 +387,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>255</length>
+				<length>32</length>
 			</field>
 
 			<field>
@@ -395,7 +395,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>255</length>
+				<length>64</length>
 			</field>
 
 			<field>
@@ -435,7 +435,7 @@
 				<type>text</type>
 				<default></default>
 				<notnull>true</notnull>
-				<length>200</length>
+				<length>64</length>
 			</field>
 
 			<field>
diff --git a/lib/util.php b/lib/util.php
index 1b4e45a4882..c89c4d8c7c1 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -81,7 +81,7 @@ class OC_Util {
 	 */
 	public static function getVersion() {
 		// hint: We only can count up. So the internal version number of ownCloud 4.5 will be 4,9,0. This is not visible to the user
-		return array(4,85,10);
+		return array(4,85,11);
 	}
 
 	/**
-- 
GitLab