[claude] Relay account whitelist + trust-gated access (#47) #90

Merged
Rockachopa merged 1 commits from claude/issue-47 into main 2026-03-23 20:20:49 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
db3b3e17c5 feat: add SQL migration for relay_accounts and relay_event_queue tables (#47)
Some checks failed
CI / Typecheck & Lint (pull_request) Failing after 0s
Adds migration 0009_relay_access.sql with the relay_accounts and
relay_event_queue DDL, completing the schema tracking for the relay
whitelist feature. The Drizzle schema and all service/route code were
already on main; this migration makes the table definitions explicit
for environments using SQL-based migrations.

Fixes #47

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 16:14:01 -04:00