mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
PM-25576 fixing view sql syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CREATE OR ALTER VIEW [dbo].[CollectionCipherDetailsView]
|
||||
CREATE VIEW [dbo].[CollectionCipherDetailsView]
|
||||
AS
|
||||
SELECT
|
||||
CC.[CollectionId],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CREATE OR ALTER VIEW [dbo].[CollectionGroupPermissionsView]
|
||||
CREATE VIEW [dbo].[CollectionGroupPermissionsView]
|
||||
AS
|
||||
SELECT
|
||||
GU.[OrganizationUserId],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
CREATE OR ALTER VIEW [dbo].[CollectionUserPermissionsView]
|
||||
CREATE VIEW [dbo].[CollectionUserPermissionsView]
|
||||
AS
|
||||
SELECT
|
||||
CU.[OrganizationUserId],
|
||||
|
||||
Reference in New Issue
Block a user