]> source.dussan.org Git - nextcloud-server.git/commitdiff
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
authorThomas Tanghus <thomas@tanghus.net>
Sat, 9 Jun 2012 13:33:38 +0000 (15:33 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Sat, 9 Jun 2012 13:37:57 +0000 (15:37 +0200)
db_structure.xml

index d29dcb46f8c94afe77f9953c5f31d87c62d92f74..94567b4d53928c31a4ba503baf2c10d3211a88dc 100644 (file)
 
    <field>
     <name>configvalue</name>
-    <type>text</type>
-    <default></default>
+    <type>clob</type>
     <notnull>true</notnull>
-    <length>255</length>
    </field>
 
   </declaration>