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:
authorRobin Appelman <icewind1991@gmail.com>2010-08-12 19:11:32 +0400
committerRobin Appelman <icewind1991@gmail.com>2010-08-12 19:11:32 +0400
commit1e5081002bf4cba9f91e15c078ba1171c3640d71 (patch)
treea4eded4ec56bba664a7d1498f445bd179fd1aa7a /db_structure.xml
parentf0f77aafbf93665ddd878477e136fa9c2e88e2bd (diff)
fix error during the creation of the database table when using mysql
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 6eea47fec4f..936afa43290 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>