From f57bdcceb60898d16a51e722fdfee368e7dfe58f Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 9 Jun 2004 18:00:58 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/trunk@29 d1b88da0-ebda-0310-925b-ed51d893ca5b --- OGoContentStore/sql/folderinfo.psql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OGoContentStore/sql/folderinfo.psql b/OGoContentStore/sql/folderinfo.psql index 8c1aff6a..8a6ece25 100644 --- a/OGoContentStore/sql/folderinfo.psql +++ b/OGoContentStore/sql/folderinfo.psql @@ -11,7 +11,7 @@ CREATE TABLE SOGo_folder_info ( NOT NULL PRIMARY KEY, -- the primary key path VARCHAR(255) NOT NULL, -- the full path to the folder 'xyz/Cal' - rootName VARCHAR(255) NOT NULL, -- just the root path + rootName VARCHAR(255) NOT NULL, -- just the root path (for fast queries) folderName VARCHAR(255) NOT NULL, -- last path component location VARCHAR(2048) NOT NULL, -- URL to database of the folder folderType VARCHAR(255) NOT NULL -- the folder type ... -- 2.39.5