mirror of
https://github.com/bitwarden/server.git
synced 2025-05-11 06:32:22 -05:00
fixed syntax error in migration
This commit is contained in:
parent
4e355cef33
commit
448032668e
@ -26,6 +26,7 @@ SELECT
|
|||||||
*
|
*
|
||||||
FROM
|
FROM
|
||||||
[dbo].[SsoConfig]
|
[dbo].[SsoConfig]
|
||||||
|
GO
|
||||||
|
|
||||||
IF OBJECT_ID('[dbo].[SsoConfig_ReadByIdentifier]') IS NOT NULL
|
IF OBJECT_ID('[dbo].[SsoConfig_ReadByIdentifier]') IS NOT NULL
|
||||||
BEGIN
|
BEGIN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user