+2004-12-10 Marcus Mueller <znek@mulle-kybernetik.com>
+
+ * sql: updated all generation scripts to the latest version (v0.9.15)
+
2004-12-09 Marcus Mueller <znek@mulle-kybernetik.com>
* v0.9.14
participants VARCHAR(100000) NOT 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,
+ isopaque INT NULL,
location VARCHAR(256) NULL,
+ orgmail VARCHAR(256) NULL,
partmails VARCHAR(100000) NOT NULL, -- the emails of the participants
sequence INT NULL -- the iCal sequence
);
isallday INT NULL,
iscycle INT NULL, -- client needs to fetch to resolve
ispublic INT NOT NULL,
- istentative INT NULL,
+ status INT NOT NULL,
isopaque INT NULL,
location VARCHAR(256) NULL,
orgmail VARCHAR(256) NULL,
c_name VARCHAR(256) NOT NULL PRIMARY KEY, -- the filename
c_content VARCHAR(100000) NOT NULL, -- the BLOB
c_creationdate INT NOT NULL, -- creation date
- c_lastmodified INT NOT NULL -- last modification (UPDATE)
+ c_lastmodified INT NOT NULL, -- last modification (UPDATE)
+ c_version INT NOT NULL -- version counter
);
DROP TABLE SOGo_${USER_TABLE}_contacts_quick;