mirror of
https://github.com/bitwarden/server.git
synced 2026-02-02 07:03:11 +08:00
Remove OR ALTER from sproc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- This procedure prevents duplicate "My Items" collections for users using
|
||||
-- a filtered unique constraint on (DefaultCollectionOwner, OrganizationId, Type) WHERE Type = 1.
|
||||
|
||||
CREATE OR ALTER PROCEDURE [dbo].[Collection_UpsertDefaultCollection]
|
||||
CREATE PROCEDURE [dbo].[Collection_UpsertDefaultCollection]
|
||||
@CollectionId UNIQUEIDENTIFIER,
|
||||
@OrganizationId UNIQUEIDENTIFIER,
|
||||
@OrganizationUserId UNIQUEIDENTIFIER,
|
||||
|
||||
Reference in New Issue
Block a user