mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 21:15:10 -05:00
fixed field name during name check
This commit is contained in:
parent
448032668e
commit
81879f804b
@ -14,7 +14,7 @@ BEGIN
|
|||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
|
||||||
IF EXISTS(SELECT * FROM sys.views WHERE [Name] = 'SsoConfig')
|
IF EXISTS(SELECT * FROM sys.views WHERE [Name] = 'SsoConfigView')
|
||||||
BEGIN
|
BEGIN
|
||||||
DROP VIEW [dbo].[SsoConfigView]
|
DROP VIEW [dbo].[SsoConfigView]
|
||||||
END
|
END
|
||||||
|
Loading…
x
Reference in New Issue
Block a user