X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FOauth_application_user.php;h=e1b4b8c0465d473ece7d1870a6ea2db5c0071067;hb=fbd8052d05fda7a967d8440574d2b5013d4e7be1;hp=fcf6553ffed5ec0cec039893501cb49fd3fbfbb8;hpb=5ca29ab0de22b5d8167af5adb320d6acdda807b7;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application_user.php b/classes/Oauth_application_user.php index fcf6553ffe..e1b4b8c046 100644 --- a/classes/Oauth_application_user.php +++ b/classes/Oauth_application_user.php @@ -13,7 +13,7 @@ class Oauth_application_user extends Memcached_DataObject public $profile_id; // int(4) primary_key not_null public $application_id; // int(4) primary_key not_null public $access_type; // tinyint(1) - public $token; // varchar(255) primary_key not_null + public $token; // varchar(255) public $created; // datetime not_null public $modified; // timestamp not_null default_CURRENT_TIMESTAMP