mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user