fix(db): add missing MS21 user auth fields migration #666

Merged
jason.woltje merged 1 commits from fix/ms21-missing-user-auth-migration into main 2026-03-03 04:10:11 +00:00

1 Commits

Author SHA1 Message Date
b172b5839c fix(db): add missing MS21 user auth fields migration
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
deactivated_at, is_local_auth, password_hash, invited_by,
invitation_token, and invited_at were added to schema.prisma
but never captured in a migration, causing P2022 errors on
any fresh database deployment.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 22:09:58 -06:00