KB-5E2D
Entity Enrichment Deployment Preflight Report
2 min read Revision 1
preflightentity-enrichmentdieu44report
Entity Enrichment Deployment Preflight Report
Date: 2026-05-04 Mode: Read-only Target: VPS PostgreSQL (postgres container, db=directus)
Q1. entity_enrichment table
SELECT to_regclass('public.entity_enrichment') AS entity_enrichment_table;
Output:
entity_enrichment_table
-------------------------
(1 row)
Comment: NULL → table public.entity_enrichment does NOT exist.
Q2. entity_enrichment schema
Skipped — Q1 returned NULL (table absent).
Q3. HC-ENRICH checks
SELECT code, name, is_active FROM system_health_checks WHERE code LIKE 'HC-ENRICH%';
Output:
code | name | is_active
------+------+-----------
(0 rows)
Comment: No HC-ENRICH* health checks registered.
Q4. DOT-ENRICH tools
SELECT code, name, status FROM dot_tools WHERE code LIKE 'DOT-ENRICH%';
Output:
code | name | status
------+------+--------
(0 rows)
Comment: No DOT-ENRICH* tools registered.
Q5. enrichment_pk_map config
SELECT key, value FROM dot_config WHERE key='enrichment_pk_map';
Output:
key | value
-----+-------
(0 rows)
Comment: No enrichment_pk_map config row.
Summary
entity_enrichment deployed: NO
| Component | Status |
|---|---|
entity_enrichment table |
ABSENT |
HC-ENRICH* health checks |
ABSENT |
DOT-ENRICH* dot_tools |
ABSENT |
enrichment_pk_map config |
ABSENT |
All four enrichment components are absent from the runtime. Greenfield deployment — no migration / coexistence concerns. Pack 2B remains gated (per HARD STOP).