mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
fixed field name during name check
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user