mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
Monotone-Parent: 4cc4514f17681c5d856ebe70bfc83cff727852cb
Monotone-Revision: 5e5737eca2d1e9eee20964323a842f391c2fa254 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T19:48:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
23
OGoContentStore/acls.ocs
Normal file
23
OGoContentStore/acls.ocs
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
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;
|
||||
},
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user