Also include a rough dashboard of information that we'll pull from Fieldseeker
3 lines
69 B
SQL
3 lines
69 B
SQL
-- OauthTokenByUserId
|
|
SELECT * FROM oauth_token WHERE
|
|
user_id = $1;
|