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