mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE comment
|
|
ADD COLUMN source_task_id UUID REFERENCES agent_task_queue(id) ON DELETE SET NULL;
|