forked from GNUsocial/gnu-social
add inboxed and regenerate data objects
darcs-hash:20081113210209-84dde-56052bac5ce490d54f3220baaa13f5bfc0e7618d.gz
This commit is contained in:
@@ -29,8 +29,8 @@ class Notice_inbox extends Memcached_DataObject
|
||||
public $__table = 'notice_inbox'; // table name
|
||||
public $user_id; // int(4) primary_key not_null
|
||||
public $notice_id; // int(4) primary_key not_null
|
||||
public $created; // datetime() not_null
|
||||
public $source; // tinyint(1) default_1
|
||||
public $created; // datetime() not_null
|
||||
|
||||
/* Static get */
|
||||
function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
|
||||
|
||||
Reference in New Issue
Block a user