1
0
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:
Kyle Spearrin
2017-04-18 15:27:54 -04:00
parent 9746bfb236
commit 2aa7c6cfe3
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,12 @@ AS
BEGIN
SET NOCOUNT ON
DELETE
FROM
[dbo].[SubvaultUser]
WHERE
[OrganizationUserId] = @Id
DELETE
FROM
[dbo].[OrganizationUser]