From 19adabfa92267b39ace1f4ceb59f3d2584d5899a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 2 Jul 2012 19:57:29 +0000 Subject: [PATCH] Monotone-Parent: 32541b6f161d32f977e2eaff040e594f4ef885b2 Monotone-Revision: f25607e5762568e3c223b1868307c8cc92bd66da Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-02T19:57:29 Monotone-Branch: ca.inverse.sogo --- SOPE/GDLContentStore/GCSSpecialQueries.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/GCSSpecialQueries.m b/SOPE/GDLContentStore/GCSSpecialQueries.m index d3c916864..e99afbaf5 100644 --- a/SOPE/GDLContentStore/GCSSpecialQueries.m +++ b/SOPE/GDLContentStore/GCSSpecialQueries.m @@ -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)");