feat(api): add MS21 user fields for admin, local auth, and invitations #553
Reference in New Issue
Block a user
Delete Branch "feat/ms21-prisma-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
MS21-DB-001: Add 6 fields to User model (deactivatedAt, isLocalAuth, passwordHash, invitedBy, invitationToken, invitedAt). Updated shared types and mock data. All 4772 tests pass.