Monotone-Parent: 5a720314ac446bf86e127d6d6e938b844aab7441

Monotone-Revision: 47aef98a4894f30e9031a2a06ca088c4ac71d7f3

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-01-26T16:52:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-01-26 16:52:13 +00:00
parent 4c2a93e26c
commit e1c5eb89c1
4 changed files with 5 additions and 18 deletions

View File

@@ -4,6 +4,8 @@
-- TODO:
-- add a unique constraints on path
DROP SEQUENCE SOGo_folder_info_seq;
CREATE SEQUENCE SOGo_folder_info_seq;
DROP TABLE SOGo_folder_info;
@@ -24,18 +26,3 @@ CREATE TABLE SOGo_folder_info (
c_acl_location VARCHAR(2048) NULL, -- URL to quicktable of folder
c_folder_type VARCHAR(255) NOT NULL -- the folder type ...
);
INSERT INTO SOGo_folder_info
( c_path, c_path1, c_path2, c_path3, c_path4, c_foldername,
c_location, c_quick_location, c_folder_type )
VALUES
( '/Users',
'Users',
NULL,
NULL,
NULL,
'Users',
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder',
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder_quick',
'http://OGo:OGo@localhost:5432/OGo/SOGo_user_folder_acl',
'Container' );

View File

@@ -5,7 +5,7 @@
DB_USER="sogo"
DB_PASS="sogo"
DB_HOST="192.168.0.4"
DB_HOST="127.0.0.1"
DB_PORT="5432"
DB_NAME="sogo"
TIMEZONE="Canada/Eastern"