13 lines
273 B
JSON
13 lines
273 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "DELETE FROM tasks WHERE id = $1 AND project_id = $2",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "c614e6056b244ca07f1b9d44e7edc9d5819225c6f8d9e077070c6e518a17f50b"
|
|
}
|