Monotone-Parent: 32541b6f161d32f977e2eaff040e594f4ef885b2

Monotone-Revision: f25607e5762568e3c223b1868307c8cc92bd66da

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-02T19:57:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-07-02 19:57:29 +00:00
parent 8bf73b73b6
commit 19adabfa92
+1 -1
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)");