user-lib/sql/schema/token/update.sql

3 lines
85 B
SQL

UPDATE token
SET last_updated = NOW(), auth_token = ?, refresh_token = ?
WHERE id = ?