diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-09-05 17:09:20 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-09-05 17:22:03 +0200 |
commit | e2ead7db86f5d2a784b15f0ce2835e8e45fd21fa (patch) | |
tree | f79f5c1c337c174fdae3f6a5a0223709ca0ec120 /db_structure.xml | |
parent | f2fd22880117cecc30d0df1d4d0f18214286133d (diff) | |
download | nextcloud-server-e2ead7db86f5d2a784b15f0ce2835e8e45fd21fa.tar.gz nextcloud-server-e2ead7db86f5d2a784b15f0ce2835e8e45fd21fa.zip |
Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/db_structure.xml b/db_structure.xml index e42dc894e8d..523329e66de 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -402,9 +402,8 @@ <field> <name>configvalue</name> - <type>text</type> - <notnull>true</notnull> - <length>255</length> + <type>clob</type> + <notnull>false</notnull> </field> </declaration> |