You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drops the short-lived commongrid enrichment snapshot objects that were
introduced before the architecture pivot to direct REST consumption.
Consumers should call CommonGrid's public APIs directly with caching;
CommonGrid should not mirror its utility facts through a database view for
private downstream systems.
This migration idempotently removes:
- commongrid.v_crm_org_enrichment
- commongrid.v_utility_enrichment
- commongrid.v_utilities_enriched
- commongrid.enrichment_schema
It intentionally keeps the commongrid schema and internal_api_consumer
role, which remain useful as the generic server-to-server contract
namespace for utility-name resolution and lifecycle signals.
Also scrubs obsolete private-spec references from public SQL/test comments.
Validation:
- Applied migration against Neon successfully; commongrid has no tables,
views, or functions after cleanup
- npm run build passes
- npm run openapi:check passes
Co-authored-by: texture-coding-agent <coding-agent@texturehq.com>
0 commit comments