mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
Support path lengths up to 4000 chars
This commit is contained in:
parent
c6a83b2f17
commit
1c149da52f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
<name>mountpoint</name>
|
||||
<type>text</type>
|
||||
<notnull>true</notnull>
|
||||
<length>512</length>
|
||||
<length>4000</length>
|
||||
<comments>Full path where the share is mounted</comments>
|
||||
</field>
|
||||
<field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue