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:
@ -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>
|
Reference in New Issue
Block a user