Replace VARCHAR(1000000) by TEXT field type

Fixes #2516
pull/17/head
Francis Lachapelle 2014-02-04 16:48:06 -05:00
parent ef1be5dc5f
commit 9885211a5b
1 changed files with 3 additions and 3 deletions

View File

@ -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;
},
{