1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Fix typo in bulk reinvinte migration (#1357)

This commit is contained in:
Oscar Hinton 2021-05-27 17:29:23 +02:00 committed by GitHub
parent 1900f52a34
commit fffdd17915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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