From aa9e93369f1053c87cc8ba88f04a49bf241dc9d0 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:27:39 +0200 Subject: [PATCH] docs(alerting): add V11-V13 migration entries to CLAUDE.md Documents the three Flyway migrations added by the alerting feature branch so future sessions have an accurate migration map. Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index db53fdb4..3b928f01 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -67,6 +67,9 @@ PostgreSQL (Flyway): `cameleer-server-app/src/main/resources/db/migration/` - V8 — Deployment active config (resolved_config JSONB on deployments) - V9 — Password hardening (failed_login_attempts, locked_until, token_revoked_before on users) - V10 — Runtime type detection (detected_runtime_type, detected_main_class on app_versions) +- V11 — Outbound connections (outbound_connections table, enums) +- V12 — Alerting tables (alert_rules, alert_rule_targets, alert_instances, alert_notifications, alert_reads, alert_silences) +- V13 — alert_instances open-rule unique index (alert_instances_open_rule_uq partial index on rule_id WHERE state IN PENDING/FIRING/ACKNOWLEDGED) ClickHouse: `cameleer-server-app/src/main/resources/clickhouse/init.sql` (run idempotently on startup)