From aa19be2c0c904e63b673bb91b69116f02107ef42 Mon Sep 17 00:00:00 2001 From: Matt Portune Date: Mon, 22 Jun 2020 10:45:37 -0400 Subject: [PATCH] formatting --- .../DbScripts/2020-06-16_00_OrgSso.sql | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql b/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql index 3fecc9c88d..a3ba8442da 100644 --- a/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql +++ b/util/Migrator/DbScripts/2020-06-16_00_OrgSso.sql @@ -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]