]> source.dussan.org Git - nextcloud-server.git/commitdiff
Changed oc_preferences configvalue back to clob as it will give us bug reports in...
authorThomas Tanghus <thomas@tanghus.net>
Wed, 5 Sep 2012 15:09:20 +0000 (17:09 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 5 Sep 2012 15:22:03 +0000 (17:22 +0200)
db_structure.xml

index e42dc894e8d0aa7b4f125704a581bb9060abb657..523329e66de190a916268e37be5977dc27f662f5 100644 (file)
 
    <field>
     <name>configvalue</name>
-    <type>text</type>
-    <notnull>true</notnull>
-    <length>255</length>
+    <type>clob</type>
+    <notnull>false</notnull>
    </field>
 
   </declaration>