mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.
This commit is contained in:
parent
ec55eaef5b
commit
6e9fea341b
1 changed files with 1 additions and 3 deletions
|
|
@ -432,10 +432,8 @@
|
|||
|
||||
<field>
|
||||
<name>configvalue</name>
|
||||
<type>text</type>
|
||||
<default></default>
|
||||
<type>clob</type>
|
||||
<notnull>true</notnull>
|
||||
<length>255</length>
|
||||
</field>
|
||||
|
||||
</declaration>
|
||||
|
|
|
|||
Loading…
Reference in a new issue