diff --git a/db_structure.xml b/db_structure.xml
index b1e620f849954c6b30d827c5aab11d1b6ee54a52..99a30cb6137aab440c3290c0b4725c6707eb5329 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 1b4e45a4882f39762805cf10734d60e461ff092e..c89c4d8c7c1bd450c5e39b553038907b1fce0964 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);
 	}
 
 	/**