]> err.no Git - scalable-opengroupware.org/commitdiff
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@29 d1b88da0-ebda-0310-925b-ed51d8...
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 9 Jun 2004 18:00:58 +0000 (18:00 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 9 Jun 2004 18:00:58 +0000 (18:00 +0000)
OGoContentStore/sql/folderinfo.psql

index 8c1aff6a02ce80b8b8d4cabe083adbe4d8391711..8a6ece25173cdf920f25ef206510cdfc5c8e9e12 100644 (file)
@@ -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 ...