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

centralize select logic to UserCipherDetails func

- Also create cipher bulk move and delete sprocs
This commit is contained in:
Kyle Spearrin
2017-06-08 23:49:55 -04:00
parent 151eae2f05
commit d3499dce84
7 changed files with 100 additions and 103 deletions

View File

@ -193,5 +193,8 @@
<Build Include="dbo\User Defined Types\GuidIdArray.sql" />
<Build Include="dbo\User Defined Types\SelectionReadOnlyArray.sql" />
<Build Include="dbo\Stored Procedures\Device_ReadByIdentifier.sql" />
<Build Include="dbo\Stored Procedures\Cipher_Delete.sql" />
<Build Include="dbo\Functions\UserCipherDetails.sql" />
<Build Include="dbo\Stored Procedures\Cipher_Move.sql" />
</ItemGroup>
</Project>