mirror of
https://github.com/bitwarden/server.git
synced 2025-05-19 10:35:45 -05:00
formatting
This commit is contained in:
parent
8e7cb082ad
commit
519226f824
@ -10,4 +10,4 @@ BEGIN
|
|||||||
[dbo].[SsoConfigView]
|
[dbo].[SsoConfigView]
|
||||||
WHERE
|
WHERE
|
||||||
[Identifier] = @Identifier
|
[Identifier] = @Identifier
|
||||||
END
|
END
|
||||||
|
@ -10,4 +10,4 @@ BEGIN
|
|||||||
[dbo].[SsoConfigView]
|
[dbo].[SsoConfigView]
|
||||||
WHERE
|
WHERE
|
||||||
[OrganizationId] = @OrganizationId
|
[OrganizationId] = @OrganizationId
|
||||||
END
|
END
|
||||||
|
@ -3,4 +3,4 @@ AS
|
|||||||
SELECT
|
SELECT
|
||||||
*
|
*
|
||||||
FROM
|
FROM
|
||||||
[dbo].[SsoConfig]
|
[dbo].[SsoConfig]
|
||||||
|
@ -9,4 +9,4 @@ BEGIN
|
|||||||
CONSTRAINT [FK_SsoConfig_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([Id])
|
CONSTRAINT [FK_SsoConfig_Organization] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organization] ([Id])
|
||||||
);
|
);
|
||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user