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

sproc updates for user account revision bumps

This commit is contained in:
Kyle Spearrin
2017-11-24 11:53:55 -05:00
parent 49372bed38
commit 2f3c6b3b01
26 changed files with 1338 additions and 14 deletions

View File

@ -214,5 +214,7 @@
<Build Include="dbo\Stored Procedures\User_ReadByPremium.sql" />
<Build Include="dbo\Stored Procedures\CipherDetails_ReadById.sql" />
<Build Include="dbo\Stored Procedures\Cipher_DeleteByUserId.sql" />
<Build Include="dbo\Stored Procedures\User_BumpAccountRevisionDateByCollectionId.sql" />
<Build Include="dbo\Stored Procedures\User_BumpAccountRevisionDateByCipherId.sql" />
</ItemGroup>
</Project>