From ff11c1bfe40806d4edcf6f71098ea257818bb110 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 9 Feb 2007 21:18:41 +0000 Subject: [PATCH] Monotone-Parent: b6904285a3ff5bf86b7f88d154e2996c86c0124e Monotone-Revision: c8aafc081b56ac07184d9161b10f7f392068fc71 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-09T21:18:41 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/appointment.ocs | 5 +++++ OGoContentStore/contact.ocs | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index b1d267e29..8e014e4a7 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -4,6 +4,11 @@ extractorClassName = "OCSiCalFieldExtractor"; fields = ( + { + columnName = c_name; + sqlType = "VARCHAR(256)"; + allowsNull = NO; + }, { columnName = uid; sqlType = "VARCHAR(256)"; diff --git a/OGoContentStore/contact.ocs b/OGoContentStore/contact.ocs index a08d2234f..29fa99155 100644 --- a/OGoContentStore/contact.ocs +++ b/OGoContentStore/contact.ocs @@ -4,6 +4,11 @@ extractorClassName= "OCSContactFieldExtractor"; fields = ( + { + columnName = c_name; + sqlType = "VARCHAR(256)"; + allowsNull = NO; + }, { columnName = givenname; sqlType = "VARCHAR(256)";