mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 18:17:44 +02:00
Drops the unused agent_task_queue.last_heartbeat_at column and removes the hot-path task heartbeat write.
3 lines
87 B
SQL
3 lines
87 B
SQL
ALTER TABLE agent_task_queue
|
|
ADD COLUMN IF NOT EXISTS last_heartbeat_at TIMESTAMPTZ;
|