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