mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 15:40:59 -05:00
org user remove fixes
This commit is contained in:
@ -4,6 +4,12 @@ AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[SubvaultUser]
|
||||
WHERE
|
||||
[OrganizationUserId] = @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[OrganizationUser]
|
||||
|
Reference in New Issue
Block a user