From f8b7ebdaf8215406208b756e94d18c7b420cd9f6 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 13 May 2015 10:51:12 -0400 Subject: [PATCH] Adjust OCS files regarding previous commit --- SOPE/GDLContentStore/appointment-oracle.ocs | 5 +++++ SOPE/GDLContentStore/appointment.ocs | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/SOPE/GDLContentStore/appointment-oracle.ocs b/SOPE/GDLContentStore/appointment-oracle.ocs index 845c933b6..f0ceef7d6 100644 --- a/SOPE/GDLContentStore/appointment-oracle.ocs +++ b/SOPE/GDLContentStore/appointment-oracle.ocs @@ -154,5 +154,10 @@ sqlType = "INTEGER"; allowsNull = YES; }, + { + columnName = c_description; + sqlType = "CLOB"; + allowsNull = YES; + } ); } diff --git a/SOPE/GDLContentStore/appointment.ocs b/SOPE/GDLContentStore/appointment.ocs index 926df67b8..ce909e87a 100644 --- a/SOPE/GDLContentStore/appointment.ocs +++ b/SOPE/GDLContentStore/appointment.ocs @@ -154,5 +154,10 @@ sqlType = "INT"; allowsNull = YES; } + { + columnName = c_description; + sqlType = "TEXT"; + allowsNull = YES; + } ); }