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:
@ -19,7 +19,7 @@ END
|
|||||||
GO
|
GO
|
||||||
|
|
||||||
-- Recreate ProviderView so that it includes the new columns 'Type' and 'BillingPhone'
|
-- 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
|
AS
|
||||||
SELECT
|
SELECT
|
||||||
*
|
*
|
||||||
@ -28,7 +28,7 @@ FROM
|
|||||||
GO
|
GO
|
||||||
|
|
||||||
-- Recreate ProviderUserProviderDetailsView so that it includes the new columns 'Type' and 'BillingPhone'
|
-- 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
|
AS
|
||||||
SELECT
|
SELECT
|
||||||
PU.[UserId],
|
PU.[UserId],
|
||||||
|
Reference in New Issue
Block a user