towerops/priv/repo/migrations
Graham McIntire cac54b46a2
Implement event logging system and fix sensor display
- Add equipment_events table and Event schema for tracking device changes
- Implement automatic change detection for interface attributes during SNMP polling
  - Detects operational status changes (up/down)
  - Detects admin status changes
  - Detects speed changes with warning severity for speed drops
  - Detects MAC address changes
- Add Logs tab to equipment detail page with event display
- Fix temperature sensor display bug (was showing 4.3C instead of 43C due to double division)
- Remove response time tracking from monitoring checks and UI
- Move Rediscover Device button to equipment edit page
2026-01-05 10:42:34 -06:00
..
.formatter.exs init 2025-12-21 11:10:43 -06:00
20251221192340_create_users_auth_tables.exs 1. User Authentication 2025-12-21 13:31:59 -06:00
20251221192454_create_organizations.exs 1. User Authentication 2025-12-21 13:31:59 -06:00
20251221192505_create_organization_memberships.exs 1. User Authentication 2025-12-21 13:31:59 -06:00
20251221192513_create_organization_invitations.exs 1. User Authentication 2025-12-21 13:31:59 -06:00
20251221193428_create_sites.exs 1. Sites Management 2025-12-21 13:39:19 -06:00
20251221193436_create_equipment.exs 1. Sites Management 2025-12-21 13:39:19 -06:00
20251221225717_create_monitoring_aggregates.exs Disable monitoring aggregates migration 2026-01-03 16:38:40 -06:00
20251221231801_create_alerts.exs more tests 2025-12-21 17:29:01 -06:00
20251224201530_add_email_sent_at_to_alerts.exs more features 2026-01-02 14:06:44 -06:00
20251224202206_add_monitoring_enabled_index.exs more features 2026-01-02 14:06:44 -06:00
20260103191834_add_snmp_fields_to_equipment.exs snmp bits 2026-01-03 14:41:28 -06:00
20260103191852_create_snmp_devices.exs snmp bits 2026-01-03 14:41:28 -06:00
20260103191853_create_snmp_sensors.exs snmp bits 2026-01-03 14:41:28 -06:00
20260103191854_create_snmp_interfaces.exs snmp bits 2026-01-03 14:41:28 -06:00
20260103191858_create_snmp_sensor_readings.exs Remove all TimescaleDB features from migrations 2026-01-03 16:39:50 -06:00
20260103191859_create_snmp_interface_stats.exs Remove all TimescaleDB features from migrations 2026-01-03 16:39:50 -06:00
20260103192153_create_snmp_sensor_aggregates.exs Remove all TimescaleDB features from migrations 2026-01-03 16:39:50 -06:00
20260103192154_create_snmp_interface_aggregates.exs Remove all TimescaleDB features from migrations 2026-01-03 16:39:50 -06:00
20260104175728_create_monitoring_checks.exs Recreate monitoring_checks migration with new timestamp 2026-01-04 11:57:54 -06:00
20260104190824_add_sensor_metadata.exs Add metadata support for storage sensors 2026-01-04 13:09:47 -06:00
20260104192555_add_last_snmp_poll_to_equipment.exs Add distributed coordination for SNMP polling 2026-01-04 13:28:06 -06:00
20260105134321_fix_sensor_readings_primary_key.exs Fix database schema mismatches preventing SNMP and monitoring data collection 2026-01-05 08:26:16 -06:00
20260105134404_fix_interface_stats_primary_key.exs Fix database schema mismatches preventing SNMP and monitoring data collection 2026-01-05 08:26:16 -06:00
20260105142046_fix_monitoring_checks_primary_key.exs Fix database schema mismatches preventing SNMP and monitoring data collection 2026-01-05 08:26:16 -06:00
20260105163301_create_equipment_events.exs Implement event logging system and fix sensor display 2026-01-05 10:42:34 -06:00