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:
parent
0b166a080e
commit
826f439618
@ -24,7 +24,7 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[Collection]
|
||||
WHERE
|
||||
[Id] = @OrganizationId
|
||||
[OrganizationId] = @OrganizationId
|
||||
END
|
||||
ELSE
|
||||
BEGIN
|
||||
|
@ -263,7 +263,7 @@ BEGIN
|
||||
FROM
|
||||
[dbo].[Collection]
|
||||
WHERE
|
||||
[Id] = @OrganizationId
|
||||
[OrganizationId] = @OrganizationId
|
||||
END
|
||||
ELSE
|
||||
BEGIN
|
||||
|
Loading…
Reference in New Issue
Block a user