You've already forked AstralRinth
forked from didirus/AstralRinth
15 lines
340 B
JSON
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"
|
|
}
|