From 815eb2591ab1f095b76946993ee90454f9f2a11f Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Sat, 9 Jun 2012 15:33:38 +0200
Subject: [PATCH] Changed preferences configvalue to clob. Fixes several bugs
 e.g. oc-825 and oc-743.

---
 db_structure.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index d29dcb46f8..94567b4d53 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>
-- 
GitLab