update User.php with new design-related fields

This commit is contained in:
Evan Prodromou 2009-05-23 23:26:29 -04:00
parent b0e92c75cc
commit 91fc1e36bc
2 changed files with 5 additions and 6 deletions

View File

@ -62,14 +62,13 @@ class User extends Memcached_DataObject
public $autosubscribe; // tinyint(1) public $autosubscribe; // tinyint(1)
public $urlshorteningservice; // varchar(50) default_ur1.ca public $urlshorteningservice; // varchar(50) default_ur1.ca
public $inboxed; // tinyint(1) public $inboxed; // tinyint(1)
public $design_id; // int(4)
public $viewdesigns; // tinyint(1) default_1
public $created; // datetime() not_null public $created; // datetime() not_null
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
/* Static get */ /* Static get */
function staticGet($k,$v=NULL) function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User',$k,$v); }
{
return Memcached_DataObject::staticGet('User',$k,$v);
}
/* the code above is auto generated do not remove the tag below */ /* the code above is auto generated do not remove the tag below */
###END_AUTOCODE ###END_AUTOCODE

View File

@ -424,10 +424,10 @@ uri = 2
autosubscribe = 17 autosubscribe = 17
urlshorteningservice = 2 urlshorteningservice = 2
inboxed = 17 inboxed = 17
created = 142
modified = 384
design_id = 1 design_id = 1
viewdesigns = 17 viewdesigns = 17
created = 142
modified = 384
[user__keys] [user__keys]
id = K id = K