1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-01 23:31:41 +01:00

fix org id in sproc

This commit is contained in:
Kyle Spearrin 2018-10-22 14:39:42 -04:00
parent 0b166a080e
commit 826f439618
2 changed files with 2 additions and 2 deletions

View File

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

View File

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