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

3 lines
85 B
MySQL
Raw Normal View History

2022-07-07 05:14:01 +00:00
UPDATE token
SET last_updated = NOW(), auth_token = ?, refresh_token = ?
WHERE id = ?