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,"