mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
Fix sproc name mismatch in migration sql (#1066)
This commit is contained in:
parent
6803b61b9b
commit
4825998ba5
@ -1,6 +1,6 @@
|
|||||||
IF OBJECT_ID('[dbo].[OrganizationUser_ReadByOrganizationEmail]') IS NOT NULL
|
IF OBJECT_ID('[dbo].[OrganizationUser_ReadByOrganizationIdEmail]') IS NOT NULL
|
||||||
BEGIN
|
BEGIN
|
||||||
DROP PROCEDURE [dbo].[OrganizationUser_ReadByOrganizationEmail]
|
DROP PROCEDURE [dbo].[OrganizationUser_ReadByOrganizationIdEmail]
|
||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user