From 7f3b99f2d449f4ca9cdf5854ce6d6d34f14d8c9e Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 22 Jun 2012 15:08:30 +0000 Subject: [PATCH] Monotone-Parent: 5e99e6ac2d5684eba786f2ce14295f3a3b5267a3 Monotone-Revision: 4b891748ee7ea0c409554e75a90fb995173562a2 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-06-22T15:08:30 --- 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 7bd771c7c..600cb742d 100644 --- a/SOPE/GDLContentStore/GCSSpecialQueries.m +++ b/SOPE/GDLContentStore/GCSSpecialQueries.m @@ -189,7 +189,7 @@ - (NSString *) createSessionsFolderWithName: (NSString *) tableName { static NSString *sqlFolderFormat - = (@"CREATE TABLE %@ (" + = (@"CREATE TABLE %@ (" @" c_id VARCHAR(255) NOT NULL PRIMARY KEY," @" c_value VARCHAR(255) NOT NULL," @" c_creationdate INT4 NOT NULL,"