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