Browse Source

fix org id in sproc

pull/384/head
Kyle Spearrin 7 years ago
parent
commit
826f439618
  1. 2
      src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql
  2. 2
      util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql

2
src/Sql/dbo/Stored Procedures/Cipher_UpdateCollections.sql

@ -24,7 +24,7 @@ BEGIN @@ -24,7 +24,7 @@ BEGIN
FROM
[dbo].[Collection]
WHERE
[Id] = @OrganizationId
[OrganizationId] = @OrganizationId
END
ELSE
BEGIN

2
util/Setup/DbScripts/2018-10-17_00_ManagerRole.sql

@ -263,7 +263,7 @@ BEGIN @@ -263,7 +263,7 @@ BEGIN
FROM
[dbo].[Collection]
WHERE
[Id] = @OrganizationId
[OrganizationId] = @OrganizationId
END
ELSE
BEGIN

Loading…
Cancel
Save