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; + } ); }