Files
vibe-kanban/backend/.sqlx/query-c614e6056b244ca07f1b9d44e7edc9d5819225c6f8d9e077070c6e518a17f50b.json
Louis Knight-Webb 3d6b108880 SQLX prepare
2025-06-15 14:18:14 -04:00

16 lines
315 B
JSON

{
"db_name": "PostgreSQL",
"query": "DELETE FROM tasks WHERE id = $1 AND project_id = $2",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid",
"Uuid"
]
},
"nullable": []
},
"hash": "c614e6056b244ca07f1b9d44e7edc9d5819225c6f8d9e077070c6e518a17f50b"
}