5b953bf5

By: Michael Lynch <git@mtlynch.io>

Enable PRAGMA foreign_keys so REFERENCES clauses are enforced

SQLite ignores foreign key constraints by default. Without this pragma,
the REFERENCES clauses on magic_login_tokens and auth_sessions are
silently skipped.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>