Files
vibe-kanban/backend/.sqlx/query-a157cf00616f703bfba21927f1eb1c9eec2a81c02da15f66efdba0b6c375de1b.json
Solomon 0aaa6eb239 Preiodic cleanup of git worktrees (#87)
- Remove worktree of deleted tasks
- Remove worktree of inactive tasks after 24h of inactivity
- Create a new worktree on followup attempts of cold tasks
2025-07-09 10:43:20 +01:00

27 lines
542 B
JSON

{
"db_name": "SQLite",
"query": "SELECT id as \"id!: Uuid\", worktree_path FROM task_attempts WHERE worktree_deleted = FALSE",
"describe": {
"columns": [
{
"name": "id!: Uuid",
"ordinal": 0,
"type_info": "Blob"
},
{
"name": "worktree_path",
"ordinal": 1,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
true,
false
]
},
"hash": "a157cf00616f703bfba21927f1eb1c9eec2a81c02da15f66efdba0b6c375de1b"
}