diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-05-14 23:19:29 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-06-14 10:13:24 +0200 |
commit | 1c149da52f7b742b51dcd2b71035506a0a149eaa (patch) | |
tree | 40fc267fb75aaa59f51cfe05af2fe7f79469ad43 /apps/files_sharing/appinfo | |
parent | c6a83b2f1740936ba39acc13b6f0f9b9d619ca07 (diff) | |
download | nextcloud-server-1c149da52f7b742b51dcd2b71035506a0a149eaa.tar.gz nextcloud-server-1c149da52f7b742b51dcd2b71035506a0a149eaa.zip |
Support path lengths up to 4000 chars
Diffstat (limited to 'apps/files_sharing/appinfo')
-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> |