nidus-sync/sql/oauth_by_user_id.sql
Eli Ribble 72cbe2de5e
Check if we have oauth information, only prompt if its missing
Also include a rough dashboard of information that we'll pull from
Fieldseeker
2025-11-06 22:58:18 +00:00

3 lines
69 B
SQL

-- OauthTokenByUserId
SELECT * FROM oauth_token WHERE
user_id = $1;