Monotone-Parent: 4355eb3dd3aa405f716e3f25a386ed4972d37277

Monotone-Revision: 6a608ecdf6b810536cabdf0436c89062e1d7068b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-15T17:56:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-15 17:56:58 +00:00
parent 13530a4972
commit be697662a6
2 changed files with 11 additions and 5 deletions
@@ -70,21 +70,21 @@ DROP TABLE SOGo_${USER_TABLE}_privcal;
CREATE TABLE SOGo_${USER_TABLE}_privcal_quick (
c_name VARCHAR(256) NOT NULL PRIMARY KEY, -- the filename
uid VARCHAR(256) NOT NULL,
startdate INT NOT NULL,
enddate INT NOT NULL,
startdate INT NULL,
enddate INT NULL,
cycleenddate INT NULL, -- enddate for cyclic events
title VARCHAR(1000) NOT NULL,
cycleinfo VARCHAR(1000) NULL, -- property list with cycle infos
participants VARCHAR(100000) NOT NULL, -- the CNs of the participants
participants VARCHAR(100000) NULL, -- the CNs of the participants
isallday INT NULL,
iscycle INT NULL, -- client needs to fetch to resolve
ispublic INT NOT NULL,
status INT NOT NULL,
priority INT NOT NULL, -- for marking high prio apts
isopaque INT NOT NULL,
isopaque INT NULL,
location VARCHAR(256) NULL,
orgmail VARCHAR(256) NULL,
partmails VARCHAR(100000) NOT NULL, -- the emails of the participants
partmails VARCHAR(100000) NULL, -- the emails of the participants
partstates VARCHAR(256) NOT NULL, -- the status of each participant
sequence INT NULL, -- the iCal sequence
component VARCHAR(10) NOT NULL -- the type of component (vevent/vtodo) in the vcalendar