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