1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Fix sproc

This commit is contained in:
Matt Gibson
2021-11-12 17:47:57 -05:00
committed by Justin Baur
parent c70195c882
commit 9c41e149b9
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