]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase db fileds for usernames
authorBjörn Schießle <schiessle@owncloud.com>
Thu, 21 Feb 2013 21:44:44 +0000 (22:44 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Thu, 21 Feb 2013 21:44:44 +0000 (22:44 +0100)
apps/files_trashbin/appinfo/database.xml
apps/files_versions/appinfo/database.xml

index 6f2a27866fff4a3d7fa2f785462d9694d81f4da5..6f12b26d0525da03257559059b9d3e93df34c9fb 100644 (file)
@@ -26,7 +26,7 @@
     <type>text</type>
     <default></default>
     <notnull>true</notnull>
-    <length>50</length>
+    <length>64</length>
    </field>
 
    <field>
     <type>text</type>
     <default></default>
     <notnull>true</notnull>
-    <length>50</length>
+    <length>64</length>
    </field>
 
    <field>
index 7cfa5aa79af923ab416b0a2a90b5d409079ae893..d385477698069402d94def7609e88dbfb24bce1e 100644 (file)
@@ -18,7 +18,7 @@
     <type>text</type>
     <default></default>
     <notnull>true</notnull>
-    <length>50</length>
+    <length>64</length>
    </field>
    <field>
     <name>size</name>