auto-sync: 2026-05-18 23:23:56
This commit is contained in:
@@ -57,8 +57,9 @@ class Blackboard:
|
||||
(id, title, description, status, assignee, assigned_by,
|
||||
depends_on, parent_task, priority, task_type, deadline,
|
||||
retry_count, max_retries, must_haves, risk_level,
|
||||
estimated_duration_minutes, escalated, stage, stages_json)
|
||||
VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)""",
|
||||
estimated_duration_minutes, escalated, stage, stages_json,
|
||||
archived, archived_at)
|
||||
VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)""",
|
||||
(task.id, task.title, task.description, task.status,
|
||||
task.assignee, task.assigned_by,
|
||||
task.depends_on, task.parent_task, task.priority,
|
||||
|
||||
Reference in New Issue
Block a user