1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

read subvaults by confirmed admin user

This commit is contained in:
Kyle Spearrin
2017-03-29 22:23:26 -04:00
parent 95fdfeb519
commit ab173cf5cf
3 changed files with 21 additions and 0 deletions

View File

@ -179,5 +179,6 @@
<Build Include="dbo\Stored Procedures\Cipher_UpdatePartial.sql" />
<Build Include="dbo\Stored Procedures\OrganizationUser_ReadByOrganizationIdEmail.sql" />
<Build Include="dbo\Stored Procedures\OrganizationUser_ReadByOrganizationId.sql" />
<Build Include="dbo\Stored Procedures\Subvault_ReadByIdAdminUserId.sql" />
</ItemGroup>
</Project>