From 9885211a5b804f885c5cc8edbc88b8f03f9ffbe8 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 4 Feb 2014 16:48:06 -0500 Subject: [PATCH] Replace VARCHAR(1000000) by TEXT field type Fixes #2516 --- OGoContentStore/appointment.ocs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OGoContentStore/appointment.ocs b/OGoContentStore/appointment.ocs index ee400953d..d17e7d69f 100644 --- a/OGoContentStore/appointment.ocs +++ b/OGoContentStore/appointment.ocs @@ -76,7 +76,7 @@ }, { columnName = c_participants; - sqlType = "VARCHAR(1000000)"; + sqlType = "TEXT"; allowsNull = YES; }, { @@ -91,7 +91,7 @@ }, { columnName = c_cycleinfo; - sqlType = "VARCHAR(1000000)"; + sqlType = "TEXT"; allowsNull = YES; }, { @@ -126,7 +126,7 @@ }, { columnName = c_partmails; - sqlType = "VARCHAR(100000)"; + sqlType = "TEXT"; allowsNull = YES; }, {