mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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