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