mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Changed oc_preferences configvalue back to clob as it will give us bug reports in calendar, contacts and tasks if less.
This commit is contained in:
parent
f2fd228801
commit
e2ead7db86
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue