mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 18:42:49 -05:00
formatting
This commit is contained in:
@ -4,7 +4,7 @@ AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
SELECT
|
||||
SELECT TOP 1
|
||||
*
|
||||
FROM
|
||||
[dbo].[SsoConfigView]
|
||||
|
@ -4,7 +4,7 @@ AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
||||
SELECT
|
||||
SELECT TOP 1
|
||||
*
|
||||
FROM
|
||||
[dbo].[SsoConfigView]
|
||||
|
Reference in New Issue
Block a user