1
0
mirror of https://github.com/bitwarden/server synced 2025-12-20 02:03:46 +00:00

Fix organization delete sponsorship hooks

This commit is contained in:
Matt Gibson
2021-11-11 15:00:16 -05:00
committed by Justin Baur
parent 0fb44eb641
commit 5e20c3ff2d
4 changed files with 5 additions and 5 deletions

View File

@@ -512,7 +512,7 @@ BEGIN
WHERE
[OrganizationUserId] = @Id
EXEC [dbo].[OrganizationUser_DeleteById] @Id
EXEC [dbo].[OrganizationSponsorship_OrganizationUserDeleted] @Id
DELETE
FROM