mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user