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-06-09 17:33:38 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-06-09 17:37:57 +0400
commit815eb2591ab1f095b76946993ee90454f9f2a11f (patch)
tree3b0362d4c0f5bd12f34021c7cfa5b3995e9f037f /db_structure.xml
parent8f616ecf76aac4a8b554fbf5a90b1645d0f25438 (diff)
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>