Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-09-05 19:09:20 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-09-05 19:22:03 +0400
commite2ead7db86f5d2a784b15f0ce2835e8e45fd21fa (patch)
treef79f5c1c337c174fdae3f6a5a0223709ca0ec120 /db_structure.xml
parentf2fd22880117cecc30d0df1d4d0f18214286133d (diff)
Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/db_structure.xml b/db_structure.xml
index e42dc894e8d..523329e66de 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -402,9 +402,8 @@
<field>
<name>configvalue</name>
- <type>text</type>
- <notnull>true</notnull>
- <length>255</length>
+ <type>clob</type>
+ <notnull>false</notnull>
</field>
</declaration>