mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
cherrypick: remove limit from configvalue for long config values
This commit is contained in:
parent
71e71b75ee
commit
1147654009
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue