You've already forked AstralRinth
forked from didirus/AstralRinth
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "\n DELETE FROM pats\n WHERE user_id = $1\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "332f1d23442b4a637d4bccf29363a7aa4da974a1b6c5752eb1b611da75030741"
|
|
}
|