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

apis for purging user vault

This commit is contained in:
Kyle Spearrin
2017-10-25 21:26:09 -04:00
parent 3e04377e67
commit a042fd10f1
6 changed files with 84 additions and 0 deletions

View File

@ -213,5 +213,6 @@
<Build Include="dbo\Stored Procedures\Organization_ReadByEnabled.sql" />
<Build Include="dbo\Stored Procedures\User_ReadByPremium.sql" />
<Build Include="dbo\Stored Procedures\CipherDetails_ReadById.sql" />
<Build Include="dbo\Stored Procedures\Cipher_DeleteByUserId.sql" />
</ItemGroup>
</Project>