mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 03:06:25 +00:00
Monotone-Parent: 04c74b765ea8033858202ae2f613bc7e35c7b198
Monotone-Revision: 2c19ee7219175180e24933508fc6fa11673f73e0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-15T22:17:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
},
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user