From: helge Date: Wed, 9 Jun 2004 18:00:58 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOGo/trunk@29 d1b88da0-ebda-0310-925b-ed51d8... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57bdcceb60898d16a51e722fdfee368e7dfe58f;p=scalable-opengroupware.org git-svn-id: http://svn.opengroupware.org/SOGo/trunk@29 d1b88da0-ebda-0310-925b-ed51d893ca5b --- 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 ...