aboutsummaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-06-09 15:33:38 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-06-09 15:36:28 +0200
commit6e9fea341b98e4964f404fe5bc773e6f161999ec (patch)
treef7499605f5511378e428f6026776b025aecb0a9c /db_structure.xml
parentec55eaef5bf5f198dd9fdc46d41fa9e62105f281 (diff)
downloadnextcloud-server-6e9fea341b98e4964f404fe5bc773e6f161999ec.tar.gz
nextcloud-server-6e9fea341b98e4964f404fe5bc773e6f161999ec.zip
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/db_structure.xml b/db_structure.xml
index d29dcb46f8c..94567b4d539 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -432,10 +432,8 @@
<field>
<name>configvalue</name>
- <type>text</type>
- <default></default>
+ <type>clob</type>
<notnull>true</notnull>
- <length>255</length>
</field>
</declaration>