15 lines
402 B
JSON
15 lines
402 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n UPDATE auth_sessions\n SET revoked_at = NOW()\n WHERE user_id = $1\n AND revoked_at IS NULL\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "68422b179dc361337c65a6bd1aa455a961708b97a673d84f7af64cd252cbfdf3"
|
|
}
|