mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 20:21:38 +10:00
- Added functionality to decline team invitations - Added email notifications for when team is deleted - Added email notifications for team members joining and leaving
3 lines
71 B
SQL
3 lines
71 B
SQL
-- AlterEnum
|
|
ALTER TYPE "TeamMemberInviteStatus" ADD VALUE 'DECLINED';
|