Files
resolutionflow/backend/app
chihlasm 8545a123ab fix: make account_id and account_role nullable in User type and schema
The User model has account_id as Optional[UUID] but the frontend type
and backend schema declared it non-nullable. Solo users without a team
have no account, so both must allow null.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 03:34:55 -05:00
..