1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00

fixed syntax error in migration

This commit is contained in:
Matt Portune 2020-06-24 15:18:42 -04:00
parent 4e355cef33
commit 448032668e

View File

@ -26,6 +26,7 @@ SELECT
*
FROM
[dbo].[SsoConfig]
GO
IF OBJECT_ID('[dbo].[SsoConfig_ReadByIdentifier]') IS NOT NULL
BEGIN