From de89e37908c49bed50115125f1db31912841d346 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 26 Oct 2006 22:01:28 +0000 Subject: [PATCH] Monotone-Parent: 8ba36434a1f1d9eb9b34c4a8bbe049674a439cd9 Monotone-Revision: 71ea9bb1bf67cdb1609012865a20db5e8a76b6a8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T22:01:28 Monotone-Branch: ca.inverse.sogo --- .../sql/generate-folderinfo-sql-for-users.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh index e2cefb3d3..ff659da4c 100755 --- a/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh +++ b/OGoContentStore/sql/generate-folderinfo-sql-for-users.sh @@ -3,11 +3,11 @@ # Usage: generate-folderinfo-sql-for-users user1 [user2] [user3] [...] # -DB_USER="postgres" -DB_PASS="" -DB_HOST="agenor-db" +DB_USER="sogo" +DB_PASS="sogo" +DB_HOST="192.168.0.4" DB_PORT="5432" -DB_NAME="test" +DB_NAME="sogo" while [ "$1" != "" ]; do @@ -86,8 +86,8 @@ CREATE TABLE SOGo_${USER_TABLE}_privcal_quick ( 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 + 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 (