1
0
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:
Matt Portune 2020-06-24 15:21:48 -04:00
parent 448032668e
commit 81879f804b

View File

@ -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