diff options
author | Robin Appelman <icewind1991@gmail.com> | 2010-08-12 17:11:32 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2010-08-12 17:11:32 +0200 |
commit | 1e5081002bf4cba9f91e15c078ba1171c3640d71 (patch) | |
tree | a4eded4ec56bba664a7d1498f445bd179fd1aa7a /db_structure.xml | |
parent | f0f77aafbf93665ddd878477e136fa9c2e88e2bd (diff) | |
download | nextcloud-server-1e5081002bf4cba9f91e15c078ba1171c3640d71.tar.gz nextcloud-server-1e5081002bf4cba9f91e15c078ba1171c3640d71.zip |
fix error during the creation of the database table when using mysql
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 3 |
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> |