Monotone-Parent: 873696f0482e8408c8fda6ce2156c1afc61c2e60

Monotone-Revision: 3328f2ce69441267c3e26760ff9d47e40742ed94

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-03-05T22:32:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-03-05 22:32:47 +00:00
parent 89c57884ed
commit 91f4814b93
5 changed files with 42 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ CREATE TABLE %s_quick (
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,
classification INT NOT NULL,
status INT NOT NULL,
isopaque INT NOT NULL,
location VARCHAR(256) NULL,
@@ -5,7 +5,7 @@
DB_USER="sogo"
DB_PASS="sogo"
DB_HOST="127.0.0.1"
DB_HOST="192.168.0.4"
DB_PORT="5432"
DB_NAME="sogo"
TIMEZONE="Canada/Eastern"
@@ -82,7 +82,7 @@ CREATE TABLE SOGo_${USER_TABLE}_privcal_quick (
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,
classification INT NOT NULL,
status INT NOT NULL,
priority INT NOT NULL, -- for marking high prio apts
isopaque INT NULL,