mirror of
https://github.com/bitwarden/server.git
synced 2025-02-01 23:31:41 +01: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
|
||||
DROP PROCEDURE [dbo].[OrganizationUser_ReadByOrganizationEmail]
|
||||
DROP PROCEDURE [dbo].[OrganizationUser_ReadByOrganizationIdEmail]
|
||||
END
|
||||
GO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user