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:
authorArthur Schiwon <blizzz@owncloud.com>2012-02-24 17:18:09 +0400
committerArthur Schiwon <blizzz@owncloud.com>2012-03-12 19:16:48 +0400
commit1147654009664fc27209b0f90397cf89348cfa14 (patch)
tree01ebac498ea4497d2ca078b9c7ccfb7db113d676 /db_structure.xml
parent71e71b75eeb7ac0719df149ecb2b34d3312b2490 (diff)
cherrypick: remove limit from configvalue for long config values
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/db_structure.xml b/db_structure.xml
index ddb8c44d19d..6422c81965e 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -31,12 +31,12 @@
<field>
<name>configvalue</name>
- <type>text</type>
- <default></default>
+ <type>clob</type>
<notnull>true</notnull>
- <length>255</length>
</field>
+
+
</declaration>
</table>
@@ -405,7 +405,7 @@
</declaration>
</table>
-
+
<table>
<name>*dbprefix*properties</name>