1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 19:05:07 -05:00

Requested updates

This commit is contained in:
Matt Portune
2020-06-24 12:24:36 -04:00
parent 09df3f64d3
commit 05891f2122
5 changed files with 15 additions and 13 deletions

View File

@ -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