1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00

Fix sproc

This commit is contained in:
Matt Gibson 2021-11-12 17:47:57 -05:00
parent f1832e899f
commit 79f9bd4545
2 changed files with 0 additions and 9 deletions

View File

@ -42,11 +42,3 @@ BEGIN
WHERE
[Id] = @Id
END
GO
IF OBJECT_ID('[dbo].[OrganizationUser_DeleteByIds]') IS NOT NULL
BEGIN
DROP PROCEDURE [dbo].[OrganizationUser_DeleteByIds]
END
GO

View File

@ -67,4 +67,3 @@ BEGIN
COMMIT TRANSACTION Organization_DeleteById
END
GO