From e6621b9c783f7605b0b2f99051e205c30240ea98 Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Thu, 16 Jun 2011 15:54:25 -0400 Subject: [PATCH] Added source and target to database fields --- apps/files_sharing/appinfo/database.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml index fa56dbe803..bb80484bd6 100644 --- a/apps/files_sharing/appinfo/database.xml +++ b/apps/files_sharing/appinfo/database.xml @@ -13,26 +13,33 @@ true 128 + + source + text + true + 128 + + + target + text + true + 128 + uid_owner text - true 64 uid_shared_with text - - true 64 permissions text - - true 3