mirror of
https://github.com/Traceworks2023/nxtgauge-backend-rust.git
synced 2026-06-10 21:22:29 +00:00
15 lines
307 B
JSON
15 lines
307 B
JSON
|
|
{
|
||
|
|
"db_name": "PostgreSQL",
|
||
|
|
"query": "UPDATE refresh_tokens SET revoked = true WHERE user_id = $1",
|
||
|
|
"describe": {
|
||
|
|
"columns": [],
|
||
|
|
"parameters": {
|
||
|
|
"Left": [
|
||
|
|
"Uuid"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"nullable": []
|
||
|
|
},
|
||
|
|
"hash": "77e45c005ce0f4b44d1adfdeacc4265550efb047e365179d4e573f958756ec96"
|
||
|
|
}
|