ERD defines connectivity snapshots, health events, and config audit logging.
These tables are prerequisites for health reporting and policy/action auditing.
Decision:
Add indexer_connectivity_profile, indexer_health_event, and config_audit_log tables
plus required enums for health events, connectivity status, and audit categories.
Enforce ERD constraints for success-rate bounds and audit entity references.
Consequences:
Positive: schema supports connectivity rollups and durable audit trails.
Trade-off: rollup jobs and audit-writing procedures remain follow-up work.
Follow-up:
Implement connectivity rollup job and health event emission per ERD.
Wire audit log writes in stored procedures and domain services.