1
0
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:
Graham Walker
2025-11-19 22:43:43 -06:00
parent 3a69a68609
commit 54ee5bfa07
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
CREATE OR ALTER VIEW [dbo].[CollectionCipherDetailsView]
CREATE VIEW [dbo].[CollectionCipherDetailsView]
AS
SELECT
CC.[CollectionId],

View File

@@ -1,4 +1,4 @@
CREATE OR ALTER VIEW [dbo].[CollectionGroupPermissionsView]
CREATE VIEW [dbo].[CollectionGroupPermissionsView]
AS
SELECT
GU.[OrganizationUserId],

View File

@@ -1,4 +1,4 @@
CREATE OR ALTER VIEW [dbo].[CollectionUserPermissionsView]
CREATE VIEW [dbo].[CollectionUserPermissionsView]
AS
SELECT
CU.[OrganizationUserId],