ezidam/crates/database/.sqlx/query-c00e5fce25caebdeeb24db20880e6c2210f583cddb0d478075f78124258712dd.json
2023-11-15 20:10:40 +01:00

12 lines
326 B
JSON

{
"db_name": "SQLite",
"query": "update refresh_tokens\n\nset revoked_at = CURRENT_TIMESTAMP\n\nwhere user is ?\n and revoked_at is null",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "c00e5fce25caebdeeb24db20880e6c2210f583cddb0d478075f78124258712dd"
}