mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
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:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user