diff options
Diffstat (limited to 'apps/files_sharing/appinfo/database.xml')
-rw-r--r-- | apps/files_sharing/appinfo/database.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index e55688240b2..159d6cb1c57 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -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> |