1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05: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