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
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
1.7.6
|