Files
AstralRinth/apps/labrinth/.sqlx/query-69b093cad9109ccf4779bfd969897f6b9ebc9d0d4230c958de4fa07435776349.json
2024-10-16 14:11:42 -07:00

15 lines
340 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n DELETE FROM sessions\n WHERE user_id = $1\n ",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": []
},
"hash": "69b093cad9109ccf4779bfd969897f6b9ebc9d0d4230c958de4fa07435776349"
}