]> err.no Git - scalable-opengroupware.org/commitdiff
updated
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 14 Aug 2004 16:18:15 +0000 (16:18 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Sat, 14 Aug 2004 16:18:15 +0000 (16:18 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@209 d1b88da0-ebda-0310-925b-ed51d893ca5b

OGoContentStore/sql/generate-folderinfo-sql-for-users.sh

index ce286ed58d795751eb6c865c0cab5aee00192670..2406e7aca709c1c7a8431f564e0786f4246ea5c1 100755 (executable)
@@ -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 (