mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
formatting
This commit is contained in:
parent
d0a98d6cf3
commit
aa19be2c0c
@ -12,9 +12,9 @@ END
|
||||
GO
|
||||
|
||||
IF EXISTS(SELECT * FROM sys.views WHERE [Name] = 'SsoConfig')
|
||||
BEGIN
|
||||
DROP VIEW [dbo].[SsoConfigView]
|
||||
END
|
||||
BEGIN
|
||||
DROP VIEW [dbo].[SsoConfigView]
|
||||
END
|
||||
GO
|
||||
|
||||
CREATE VIEW [dbo].[SsoConfigView]
|
||||
@ -26,9 +26,9 @@ FROM
|
||||
GO
|
||||
|
||||
IF OBJECT_ID('[dbo].[SsoConfig_ReadByIdentifier]') IS NOT NULL
|
||||
BEGIN
|
||||
DROP PROCEDURE [dbo].[SsoConfig_ReadByIdentifier]
|
||||
END
|
||||
BEGIN
|
||||
DROP PROCEDURE [dbo].[SsoConfig_ReadByIdentifier]
|
||||
END
|
||||
GO
|
||||
|
||||
CREATE PROCEDURE [dbo].[SsoConfig_ReadByIdentifier]
|
||||
@ -47,9 +47,9 @@ END
|
||||
GO
|
||||
|
||||
IF OBJECT_ID('[dbo].[SsoConfig_ReadByOrganizationId]') IS NOT NULL
|
||||
BEGIN
|
||||
DROP PROCEDURE [dbo].[SsoConfig_ReadByOrganizationId]
|
||||
END
|
||||
BEGIN
|
||||
DROP PROCEDURE [dbo].[SsoConfig_ReadByOrganizationId]
|
||||
END
|
||||
GO
|
||||
|
||||
CREATE PROCEDURE [dbo].[SsoConfig_ReadByOrganizationId]
|
||||
|
Loading…
x
Reference in New Issue
Block a user