add modified column to twitter_synch_status

This commit is contained in:
Evan Prodromou
2010-09-07 04:32:01 -04:00
parent 7af1d4e589
commit 49af35b44d
2 changed files with 8 additions and 1 deletions

View File

@@ -390,6 +390,8 @@ class TwitterBridgePlugin extends Plugin
new ColumnDef('last_id', 'bigint', null, // XXX: check for PostgreSQL
false),
new ColumnDef('created', 'datetime', null,
false),
new ColumnDef('modified', 'datetime', null,
false)));
// For storing user-submitted flags on profiles