Remove verifier from Oauth_application_user (not needed there)

This commit is contained in:
Zach Copley
2010-01-13 21:14:22 +00:00
parent 9e7f47652d
commit d33040089d
3 changed files with 0 additions and 3 deletions

View File

@@ -14,7 +14,6 @@ class Oauth_application_user extends Memcached_DataObject
public $application_id; // int(4) primary_key not_null
public $access_type; // tinyint(1)
public $token; // varchar(255)
public $verifier; // varchar(255)
public $created; // datetime not_null
public $modified; // timestamp not_null default_CURRENT_TIMESTAMP