From 260f816544457965d62f937570c6d004040c9c80 Mon Sep 17 00:00:00 2001 From: Rui Tome Date: Thu, 12 Jan 2023 12:31:52 +0000 Subject: [PATCH] [EC-427] Fixed migration script --- .../2022-12-26_00_ProviderAddProviderTypeBillingPhone.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/Migrator/DbScripts/2022-12-26_00_ProviderAddProviderTypeBillingPhone.sql b/util/Migrator/DbScripts/2022-12-26_00_ProviderAddProviderTypeBillingPhone.sql index 8994b3bbe1..aa07a48d42 100644 --- a/util/Migrator/DbScripts/2022-12-26_00_ProviderAddProviderTypeBillingPhone.sql +++ b/util/Migrator/DbScripts/2022-12-26_00_ProviderAddProviderTypeBillingPhone.sql @@ -19,7 +19,7 @@ END GO -- Recreate ProviderView so that it includes the new columns 'Type' and 'BillingPhone' -CREATE OR ALTER VIEW VIEW [dbo].[ProviderView] +CREATE OR ALTER VIEW [dbo].[ProviderView] AS SELECT * @@ -28,7 +28,7 @@ FROM GO -- Recreate ProviderUserProviderDetailsView so that it includes the new columns 'Type' and 'BillingPhone' -CREATE OR ALTER VIEW VIEW [dbo].[ProviderUserProviderDetailsView] +CREATE OR ALTER VIEW [dbo].[ProviderUserProviderDetailsView] AS SELECT PU.[UserId],