1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 05:13:48 +00: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 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