Files
aoc/VERSION
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

2 lines
6 B
Plaintext