Expand description
Tenant-scoped PostgreSQL-backed PushConfigStore implementation.
Adds a tenant_id column to the push_configs table for full tenant
isolation. Uses TenantContext to scope all operations.
Requires the postgres feature flag.
Structs§
- Tenant
Aware Postgres Push Config Store - Tenant-scoped
PostgreSQL-backedPushConfigStore.