]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Oauth_application_user.php
Slightly fancier debug code for PuSH hmac mismatches -- save the post to a temp file...
[quix0rs-gnu-social.git] / classes / Oauth_application_user.php
index fcf6553ffed5ec0cec039893501cb49fd3fbfbb8..e1b4b8c0465d473ece7d1870a6ea2db5c0071067 100644 (file)
@@ -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