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)