From 3178dcf9145feacf61b4771d624405b300f1012c Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 3 Sep 2010 18:00:05 +0000 Subject: [PATCH] Increased the c_cycleinfo column size Monotone-Parent: 105b4d78ea10a9821986149f8e9f4e646deacb5b Monotone-Revision: 8cb90e9b9131045b60db27358a0651385c689a42 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-09-03T18:00:05 Monotone-Branch: ca.inverse.sogo --- OGoContentStore/appointment-oracle.ocs | 2 +- OGoContentStore/appointment.ocs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OGoContentStore/appointment-oracle.ocs b/OGoContentStore/appointment-oracle.ocs index 1c7f51655..ae5ad88ad 100644 --- a/OGoContentStore/appointment-oracle.ocs +++ b/OGoContentStore/appointment-oracle.ocs @@ -52,7 +52,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR2(1000)"; + sqlType = "CLOB"; allowsNull = YES; }, { diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index d13fedad4..3ad87705a 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -52,7 +52,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR(1000)"; + sqlType = "VARCHAR(1000000)"; allowsNull = YES; }, {