mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 18:42:49 -05:00
[Soft Delete] - API updates for soft delete + retrieval
This commit is contained in:
@ -261,5 +261,9 @@
|
||||
<Build Include="dbo\Views\PolicyView.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Policy_ReadByOrganizationIdType.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Policy_ReadByUserId.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Cipher_Restore.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Cipher_RestoreById.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Cipher_SoftDelete.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Cipher_SoftDeleteById.sql" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user