add the private_stream attribute to User
This commit is contained in:
parent
9d0ccbff01
commit
4f5355a9f2
@ -63,6 +63,7 @@ class User extends Memcached_DataObject
|
||||
public $inboxed; // tinyint(1)
|
||||
public $design_id; // int(4)
|
||||
public $viewdesigns; // tinyint(1) default_1
|
||||
public $private_stream; // tinyint(1) default_0
|
||||
public $created; // datetime() not_null
|
||||
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
|
||||
|
||||
|
@ -596,6 +596,7 @@ urlshorteningservice = 2
|
||||
inboxed = 17
|
||||
design_id = 1
|
||||
viewdesigns = 17
|
||||
private_stream = 17
|
||||
created = 142
|
||||
modified = 384
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user