From 1c149da52f7b742b51dcd2b71035506a0a149eaa Mon Sep 17 00:00:00 2001 From: Robin Appelman <icewind@owncloud.com> Date: Wed, 14 May 2014 23:19:29 +0200 Subject: [PATCH] Support path lengths up to 4000 chars --- apps/files_sharing/appinfo/database.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index e55688240b..159d6cb1c5 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> -- GitLab