From: znek Date: Sat, 14 Aug 2004 16:18:15 +0000 (+0000) Subject: updated X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee5e1f74a849eedb0c9b774889a4cd2aca0cec9;p=scalable-opengroupware.org updated git-svn-id: http://svn.opengroupware.org/SOGo/trunk@209 d1b88da0-ebda-0310-925b-ed51d893ca5b --- 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 (