5 lines
No EOL
72 B
SQL
5 lines
No EOL
72 B
SQL
update refresh_tokens
|
|
|
|
set used_at = CURRENT_TIMESTAMP
|
|
|
|
where token is ? |