Files
vibe-kanban/backend/.sqlx/query-84df316d94c83b9189ab76a41521bf6bc60ea6ae530f00cf544ac87c120f50c2.json
Louis Knight-Webb 7f7b6fbc70 Fixes
2025-06-17 19:43:11 -04:00

21 lines
482 B
JSON

{
"db_name": "SQLite",
"query": "SELECT ta.id FROM task_attempts ta \n JOIN tasks t ON ta.task_id = t.id \n WHERE ta.id = $1 AND t.id = $2 AND t.project_id = $3",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Blob"
}
],
"parameters": {
"Right": 3
},
"nullable": [
true
]
},
"hash": "84df316d94c83b9189ab76a41521bf6bc60ea6ae530f00cf544ac87c120f50c2"
}