mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
[AC-432] Changed ProviderOrganization_ReadByOrganizationIds to only get count
This commit is contained in:
@@ -53,7 +53,7 @@ BEGIN
|
||||
END
|
||||
GO
|
||||
|
||||
CREATE OR ALTER PROCEDURE [dbo].[ProviderOrganization_ReadByOrganizationIds]
|
||||
CREATE OR ALTER PROCEDURE [dbo].[ProviderOrganization_ReadCountByOrganizationIds]
|
||||
@Ids AS [dbo].[GuidIdArray] READONLY
|
||||
AS
|
||||
BEGIN
|
||||
@@ -65,7 +65,7 @@ BEGIN
|
||||
END
|
||||
|
||||
SELECT
|
||||
*
|
||||
COUNT(1)
|
||||
FROM
|
||||
[dbo].[ProviderOrganizationView]
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user