Skip to main content

@idpass/data-collect-core / deviceSyncSummary

Variable: deviceSyncSummary

const deviceSyncSummary: PgTableWithColumns<{ }>

Defined in: db/schema.ts:132

Per-device sync telemetry summary.

One row per (tenant, user, device) tuple. Updated on every sync request (UPSERT). Used by the admin UI to show last-seen and lifetime sync counts.

No data filtering or scope enforcement uses this table — it is observability-only.