From e47a309284792e08285af3b6842ffa0ae348207a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 15 Dec 2006 22:17:00 +0000 Subject: [PATCH] Monotone-Parent: 04c74b765ea8033858202ae2f613bc7e35c7b198 Monotone-Revision: 2c19ee7219175180e24933508fc6fa11673f73e0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-15T22:17:00 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/acls.ocs | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 OGoContentStore/acls.ocs diff --git a/OGoContentStore/acls.ocs b/OGoContentStore/acls.ocs deleted file mode 100644 index 58ce60293..000000000 --- a/OGoContentStore/acls.ocs +++ /dev/null @@ -1,23 +0,0 @@ -{ - blobTablePattern = "SOGo_$folderId$_blob"; - quickTablePattern = "SOGo_$folderId$_quick"; - extractorClassName = ""; - - fields = ( - { - columnName = uid; - sqlType = "VARCHAR(256)"; - allowsNull = NO; - }, - { - columnName = object; - sqlType = "VARCHAR(256)"; - allowsNull = NO; - }, - { - columnName = role; - sqlType = "VARCHAR(80)"; - allowsNull = NO; - }, - ); -}