From 1e5081002bf4cba9f91e15c078ba1171c3640d71 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind1991@gmail.com>
Date: Thu, 12 Aug 2010 17:11:32 +0200
Subject: [PATCH] fix error during the creation of the database table when
 using mysql

---
 db_structure.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/db_structure.xml b/db_structure.xml
index 6eea47fec4..936afa4329 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -26,7 +26,8 @@
      </field>
      <field>
        <name>value</name>
-       <type>text</type>
+       <type>blob</type>
+	   <length>65532</length>
        <notnull>false</notnull>
      </field>
      <field>
-- 
GitLab