towerops/priv/repo
Graham McIntire ed4fce49a4
fix: ensure alerts table columns exist
- Add idempotent migration to ensure severity, notification_sent, etc. columns exist
- Fixes production issue where migration was marked as run but columns weren't created
- Uses IF NOT EXISTS to safely add missing columns without errors
- Includes all columns and indexes from ExtendAlertsForChecks migration
2026-03-05 12:41:56 -06:00
..
migrations fix: ensure alerts table columns exist 2026-03-05 12:41:56 -06:00
seeds.exs init 2025-12-21 11:10:43 -06:00