Files
HomeOps-Hub/hub/internal/migrations/20260506182346_create_heartbeat_table.down.sql
T
2026-05-06 21:51:33 +03:00

3 lines
68 B
SQL

DROP INDEX idx_heartbeat_agent_id;
DROP TABLE if exists heartbeats;