Skip to content

Commit aad01ec

Browse files
committed
Remove OR ALTER from sproc
1 parent 7577fa6 commit aad01ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sql/dbo/Stored Procedures/Collection_UpsertDefaultCollection.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- This procedure prevents duplicate "My Items" collections for users using
22
-- a filtered unique constraint on (DefaultCollectionOwner, OrganizationId, Type) WHERE Type = 1.
33

4-
CREATE OR ALTER PROCEDURE [dbo].[Collection_UpsertDefaultCollection]
4+
CREATE PROCEDURE [dbo].[Collection_UpsertDefaultCollection]
55
@CollectionId UNIQUEIDENTIFIER,
66
@OrganizationId UNIQUEIDENTIFIER,
77
@OrganizationUserId UNIQUEIDENTIFIER,

0 commit comments

Comments
 (0)