1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 10:02:47 -05:00

[EC-427] Fixed migration script

This commit is contained in:
Rui Tome
2023-01-12 12:31:52 +00:00
parent 65a8fad549
commit 260f816544

View File

@ -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],