1
0
mirror of https://github.com/bitwarden/server synced 2026-01-19 08:53:57 +00:00

added groups apis

This commit is contained in:
Kyle Spearrin
2017-05-08 14:08:44 -04:00
parent a03c19d693
commit fdf7546f33
16 changed files with 323 additions and 7 deletions

View File

@@ -5,9 +5,9 @@ BEGIN
SET NOCOUNT ON
SELECT
S.*
*
FROM
[dbo].[CollectionView] S
[dbo].[CollectionView]
WHERE
S.[OrganizationId] = @OrganizationId
[OrganizationId] = @OrganizationId
END