mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
a8febae87e
- 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';
|