Files
aoc/backend
Tomas Kracmar 7cd7709b4a
All checks were successful
CI / lint-and-test (push) Successful in 1m7s
Release / build-and-push (push) Successful in 2m25s
fix: dedupe alert_rules before creating unique index in setup_indexes()
The unique index on alert_rules.name was being created before duplicates
were cleaned up, causing DuplicateKeyError on startup when existing
duplicates were present. Move deduplication into setup_indexes() so it
runs before the unique index is created.

v1.7.6
2026-04-22 15:20:19 +02:00
..
2026-04-22 10:08:32 +02:00
2025-11-28 21:43:44 +01:00
2026-04-14 14:58:50 +02:00
2026-04-14 15:38:39 +02:00