From 86dd4e951ae95e1f26612ae10b6eae8ae8ac8c31 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 24 Jul 2007 18:41:28 +0000 Subject: [PATCH] Monotone-Parent: f5b3a74da57b343e78f1c59b05c8bfaaa7cfb058 Monotone-Revision: 08b4d9cc0e0c16278d6212f7b7162bddfa4d3bb7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-24T18:41:28 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/appointment.ocs | 38 ++++++++++++++++----------------- OGoContentStore/contact.ocs | 18 ++++++++-------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index 0b6c1e7a3..9f4ab5057 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -10,97 +10,97 @@ allowsNull = NO; }, { - columnName = uid; + columnName = c_uid; sqlType = "VARCHAR(256)"; allowsNull = NO; }, { - columnName = startdate; + columnName = c_startdate; sqlType = "INT"; allowsNull = YES; }, { - columnName = enddate; + columnName = c_enddate; sqlType = "INT"; allowsNull = YES; }, { - columnName = cycleenddate; + columnName = c_cycleenddate; sqlType = "INT"; allowsNull = YES; }, { - columnName = title; + columnName = c_title; sqlType = "VARCHAR(1000)"; allowsNull = NO; }, { - columnName = participants; + columnName = c_participants; sqlType = "VARCHAR(1000000)"; allowsNull = YES; }, { - columnName = isallday; + columnName = c_isallday; sqlType = "INT"; allowsNull = YES; }, { - columnName = iscycle; + columnName = c_iscycle; sqlType = "INT"; allowsNull = YES; }, { - columnName = cycleinfo; + columnName = c_cycleinfo; sqlType = "VARCHAR(1000)"; allowsNull = YES; }, { - columnName = classification; + columnName = c_classification; sqlType = "INT"; allowsNull = NO; }, { - columnName = isopaque; + columnName = c_isopaque; sqlType = "INT"; allowsNull = NO; }, { - columnName = status; + columnName = c_status; sqlType = "INT"; allowsNull = NO; }, { - columnName = priority; + columnName = c_priority; sqlType = "INT"; allowsNull = YES; }, { - columnName = location; + columnName = c_location; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = orgmail; + columnName = c_orgmail; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = partmails; + columnName = c_partmails; sqlType = "VARCHAR(100000)"; allowsNull = YES; }, { - columnName = partstates; + columnName = c_partstates; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = sequence; + columnName = c_sequence; sqlType = "INT"; allowsNull = YES; }, { - columnName = component; + columnName = c_component; sqlType = "VARCHAR(10)"; allowsNull = NO; }, diff --git a/OGoContentStore/contact.ocs b/OGoContentStore/contact.ocs index d1372447b..d51c6e704 100644 --- a/OGoContentStore/contact.ocs +++ b/OGoContentStore/contact.ocs @@ -10,47 +10,47 @@ allowsNull = NO; }, { - columnName = givenname; + columnName = c_givenname; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = cn; + columnName = c_cn; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = sn; + columnName = c_sn; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = screenname; + columnName = c_screenname; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = l; + columnName = c_l; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = mail; + columnName = c_mail; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = o; + columnName = c_o; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = ou; + columnName = c_ou; sqlType = "VARCHAR(256)"; allowsNull = YES; }, { - columnName = telephoneNumber; + columnName = c_telephoneNumber; sqlType = "VARCHAR(256)"; allowsNull = YES; },