mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
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
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
},
|
||||
{
|
||||
columnName = c_cycleinfo;
|
||||
sqlType = "VARCHAR2(1000)";
|
||||
sqlType = "CLOB";
|
||||
allowsNull = YES;
|
||||
},
|
||||
{
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
},
|
||||
{
|
||||
columnName = c_cycleinfo;
|
||||
sqlType = "VARCHAR(1000)";
|
||||
sqlType = "VARCHAR(1000000)";
|
||||
allowsNull = YES;
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user