Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Enable PRAGMA foreign_keys so REFERENCES clauses are enforced (#171) 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> Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/171