Monotone-Parent: 5e99e6ac2d5684eba786f2ce14295f3a3b5267a3

Monotone-Revision: 4b891748ee7ea0c409554e75a90fb995173562a2

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-06-22T15:08:30
maint-2.0.2
Francis Lachapelle 2012-06-22 15:08:30 +00:00
parent 6d745e0f4b
commit 7f3b99f2d4
1 changed files with 1 additions and 1 deletions

View File

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