From 826f439618ea264810fec45bf05932e64ea96dbe Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 22 Oct 2018 14:39:42 -0400 Subject: [PATCH] fix org id in sproc --- src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql | 2 +- util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql b/src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql index fa5adf0b5b..6b5e93dc61 100644 --- a/src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql +++ b/src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql @@ -24,7 +24,7 @@ BEGIN FROM [dbo].[Collection] WHERE - [Id] = @OrganizationId + [OrganizationId] = @OrganizationId END ELSE BEGIN diff --git a/util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql b/util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql index 7a4bfb6608..fad3155bf9 100644 --- a/util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql +++ b/util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql @@ -263,7 +263,7 @@ BEGIN FROM [dbo].[Collection] WHERE - [Id] = @OrganizationId + [OrganizationId] = @OrganizationId END ELSE BEGIN