mirror of
https://github.com/supleed2/nanobot.git
synced 2024-11-09 20:25:48 +00:00
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "delete from members where discord_id=$1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "78ef4944c36a5121b4041c51a369f99c6848ace8177e5f6fa2c921fd8df50c80"
|
|
}
|