mirror of
https://github.com/bitwarden/server
synced 2025-12-12 22:33:45 +00:00
Fix typo in bulk reinvinte migration (#1357)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
IF OBJECT_ID('[dbo].[OrganizationUser_ReadByIds]') IS NOT NULL
|
IF OBJECT_ID('[dbo].[OrganizationUser_ReadByIds]') IS NOT NULL
|
||||||
BEGIN
|
BEGIN
|
||||||
DROP FUNCTION [dbo].[OrganizationUser_ReadByIds]
|
DROP PROCEDURE [dbo].[OrganizationUser_ReadByIds]
|
||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user