mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 19:05:07 -05:00
Requested updates
This commit is contained in:
@ -23,11 +23,9 @@ GO
|
||||
CREATE VIEW [dbo].[SsoConfigView]
|
||||
AS
|
||||
SELECT
|
||||
SSO.*
|
||||
*
|
||||
FROM
|
||||
[dbo].[SsoConfig] SSO
|
||||
INNER JOIN
|
||||
[dbo].[Organization] O ON O.[Identifier] = SSO.[Identifier]
|
||||
[dbo].[SsoConfig]
|
||||
|
||||
IF OBJECT_ID('[dbo].[SsoConfig_ReadByIdentifier]') IS NOT NULL
|
||||
BEGIN
|
||||
|
Reference in New Issue
Block a user