There was an error while loading. Please reload this page.
1 parent 7577fa6 commit aad01ecCopy full SHA for aad01ec
1 file changed
src/Sql/dbo/Stored Procedures/Collection_UpsertDefaultCollection.sql
@@ -1,7 +1,7 @@
1
-- This procedure prevents duplicate "My Items" collections for users using
2
-- a filtered unique constraint on (DefaultCollectionOwner, OrganizationId, Type) WHERE Type = 1.
3
4
-CREATE OR ALTER PROCEDURE [dbo].[Collection_UpsertDefaultCollection]
+CREATE PROCEDURE [dbo].[Collection_UpsertDefaultCollection]
5
@CollectionId UNIQUEIDENTIFIER,
6
@OrganizationId UNIQUEIDENTIFIER,
7
@OrganizationUserId UNIQUEIDENTIFIER,
0 commit comments