mirror of
https://github.com/nextcloud/server.git
synced 2026-04-12 20:47:04 -04:00
increase possible size of uri in database - fix oc-140
This commit is contained in:
parent
5f80be7664
commit
dc0adbad02
1 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>false</notnull>
|
||||
<length>100</length>
|
||||
<length>255</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
@ -133,7 +133,7 @@
|
|||
<type>text</type>
|
||||
<default></default>
|
||||
<notnull>false</notnull>
|
||||
<length>100</length>
|
||||
<length>255</length>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue