Files
vibe-kanban/crates/db/.sqlx/query-6a2b3feec049de24d28f87e3a4f570122f78ccdacb140901bf231b5e5c52fbe3.json
Gabriel Gordon-Hall d55b7165f2 feat: upload images to tasks (#500)
* upload images to tasks

* dislpay image path as markdown; remove redundant code; add cleanup

* support svg

* remove unused

* copy images into worktree directories

* shared

* address review

* fmt
2025-08-20 11:54:32 +01:00

13 lines
264 B
JSON

{
"db_name": "SQLite",
"query": "DELETE FROM task_images WHERE task_id = $1",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "6a2b3feec049de24d28f87e3a4f570122f78ccdacb140901bf231b5e5c52fbe3"
}