Files
multica/server/migrations/069_drop_task_last_heartbeat.down.sql
LinYushen 250ada1fb3 chore(db): drop unused agent_task_queue.last_heartbeat_at (#2212)
Drops the unused agent_task_queue.last_heartbeat_at column and removes the hot-path task heartbeat write.
2026-05-07 15:45:29 +08:00

3 lines
87 B
SQL

ALTER TABLE agent_task_queue
ADD COLUMN IF NOT EXISTS last_heartbeat_at TIMESTAMPTZ;