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:
@@ -512,7 +512,7 @@ BEGIN
|
||||
WHERE
|
||||
[OrganizationUserId] = @Id
|
||||
|
||||
EXEC [dbo].[OrganizationUser_DeleteById] @Id
|
||||
EXEC [dbo].[OrganizationSponsorship_OrganizationUserDeleted] @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user