1
0
mirror of https://github.com/bitwarden/server synced 2025-12-18 17:23:28 +00: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 FROM
[dbo].[Collection] [dbo].[Collection]
WHERE WHERE
[Id] = @OrganizationId [OrganizationId] = @OrganizationId
END END
ELSE ELSE
BEGIN BEGIN

View File

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