Monotone-Parent: 32541b6f161d32f977e2eaff040e594f4ef885b2

Monotone-Revision: f25607e5762568e3c223b1868307c8cc92bd66da

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-02T19:57:29
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2012-07-02 19:57:29 +00:00
parent 8bf73b73b6
commit 19adabfa92
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@
{
static NSString *sqlFolderFormat
= (@"CREATE TABLE %@ ("
@" c_id VARCHAR(255) NOT NULL PRIMARY KEY,"
@" c_id VARCHAR(255) PRIMARY KEY,"
@" c_value VARCHAR(255) NOT NULL,"
@" c_creationdate INT4 NOT NULL,"
@" c_lastseen INT4 NOT NULL)");