From aee5e1f74a849eedb0c9b774889a4cd2aca0cec9 Mon Sep 17 00:00:00 2001 From: znek Date: Sat, 14 Aug 2004 16:18:15 +0000 Subject: [PATCH] updated git-svn-id: http://svn.opengroupware.org/SOGo/trunk@209 d1b88da0-ebda-0310-925b-ed51d893ca5b --- OGoContentStore/sql/generate-folderinfo-sql-for-users.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh index ce286ed5..2406e7ac 100755 --- a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +++ b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh @@ -59,7 +59,12 @@ CREATE TABLE SOGo_${USER_TABLE}_privcal_quick ( startdate INT NOT NULL, enddate INT NOT NULL, title VARCHAR(1000) NOT NULL, - participants VARCHAR(100000) NOT NULL + participants VARCHAR(100000) NOT NULL, -- the CNs of the participants + isallday INT NULL, + iscycle INT NULL, -- client needs to fetch to resolve + location VARCHAR(256) NULL, + partmails VARCHAR(100000) NOT NULL, -- the emails of the participants + sequence INT NULL -- the iCal sequence ); CREATE TABLE SOGo_${USER_TABLE}_privcal ( -- 2.39.5