mirror of
https://github.com/bitwarden/server
synced 2026-01-21 03:43:53 +00:00
delete ssouser on org and user delete (#902)
This commit is contained in:
@@ -23,6 +23,12 @@ BEGIN
|
||||
COMMIT TRANSACTION Organization_DeleteById_Ciphers
|
||||
END
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[SsoUser]
|
||||
WHERE
|
||||
[OrganizationId] = @Id
|
||||
|
||||
DELETE
|
||||
FROM
|
||||
[dbo].[Organization]
|
||||
|
||||
Reference in New Issue
Block a user