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]