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

formatting

This commit is contained in:
Matt Portune 2020-06-21 23:42:27 -04:00
parent 8e7cb082ad
commit 519226f824
4 changed files with 4 additions and 4 deletions

View File

@ -10,4 +10,4 @@ BEGIN
[dbo].[SsoConfigView]
WHERE
[Identifier] = @Identifier
END
END

View File

@ -10,4 +10,4 @@ BEGIN
[dbo].[SsoConfigView]
WHERE
[OrganizationId] = @OrganizationId
END
END

View File

@ -3,4 +3,4 @@ AS
SELECT
*
FROM
[dbo].[SsoConfig]
[dbo].[SsoConfig]

View File

@ -9,4 +9,4 @@ BEGIN
CONSTRAINT [FK_SsoConfig_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([Id])
);
END
GO
GO