From 0156ef816650ec73d033ebba2107cf237d6301e3 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 7 May 2014 13:19:41 +0200 Subject: Add coments to database and dont use sql keywords as table names --- apps/files_sharing/appinfo/database.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'apps/files_sharing/appinfo/database.xml') diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index b9c0d881fc6..e55688240b2 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -19,49 +19,57 @@ remote text true - 128 + 512 + Url of the remove owncloud instance - token + share_token text true 64 + Public share token password text true 64 + Optional password for the public share name text true 64 + Original name on the remote server owner text true 64 + User that owns the public share on the remote server user text true 64 + Local user which added the external share mountpoint text true 512 + Full path where the share is mounted mountpoint_hash text true 32 + md5 hash of the mountpoint sh_external_user -- cgit v1.2.3