Monotone-Parent: 19e618a35e17deb331a98af60ddcc5529db862be

Monotone-Revision: a560de6c68352dec0b884b1c980ee3e94d963add

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-25T23:59:40
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-25 23:59:40 +00:00
parent d3bb657420
commit 8805e91d09
4 changed files with 19 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ CREATE TABLE %s_quick (
iscycle INT NULL, -- client needs to fetch to resolve
ispublic INT NOT NULL,
status INT NOT NULL,
isopaque INT NULL,
isopaque INT NOT NULL,
location VARCHAR(256) NULL,
orgmail VARCHAR(256) NULL,
partmails VARCHAR(100000) NOT NULL, -- the emails of the participants

View File

@@ -81,12 +81,13 @@ CREATE TABLE SOGo_${USER_TABLE}_privcal_quick (
ispublic INT NOT NULL,
status INT NOT NULL,
priority INT NOT NULL, -- for marking high prio apts
isopaque INT NULL,
isopaque INT NOT NULL,
location VARCHAR(256) NULL,
orgmail VARCHAR(256) NULL,
partmails VARCHAR(100000) NOT 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
);
CREATE TABLE SOGo_${USER_TABLE}_privcal (