add conversation to notice class

This commit is contained in:
Evan Prodromou 2009-02-26 13:37:00 -08:00
parent 2674d40b62
commit d1f46d8552
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ class Notice extends Memcached_DataObject
public $reply_to; // int(4)
public $is_local; // tinyint(1)
public $source; // varchar(32)
public $conversation; // int(4)
/* Static get */
function staticGet($k,$v=NULL) {

View File

@ -168,6 +168,7 @@ modified = 384
reply_to = 1
is_local = 17
source = 2
conversation = 1
[notice__keys]
id = N