Skip to main content

Schema & delivery log

Generated from mcp/patterns.registry.json — do not edit by hand; change the registry and run bun run patterns:build.

Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.

Category: Notifications · Tier: light · Risk: low — schema/reference only

The multi-channel schema adds per-user channel-connection tables, verification tokens, and push subscriptions, plus a notification_deliveries table logging per-channel send status.

When to use: Use as the reference schema when modeling a new channel connection or auditing delivery outcomes.

Docs

Code

  • src/lib/server/db/schema/notifications/ (GitHub · GitLab)

Machine-readable record: notifications-schema-delivery-log in mcp/patterns.registry.json.

← Back to Pattern Library

Think this pattern could be better? Tell us how.

Leave feedback