mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
fixed syntax error in migration
This commit is contained in:
@@ -26,6 +26,7 @@ SELECT
|
||||
*
|
||||
FROM
|
||||
[dbo].[SsoConfig]
|
||||
GO
|
||||
|
||||
IF OBJECT_ID('[dbo].[SsoConfig_ReadByIdentifier]') IS NOT NULL
|
||||
BEGIN
|
||||
|
||||
Reference in New Issue
Block a user