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

event index and setup script

This commit is contained in:
Kyle Spearrin
2017-12-12 14:39:56 -05:00
parent ce1680a009
commit 5c91949f2d
4 changed files with 74 additions and 0 deletions

View File

@ -216,5 +216,7 @@
<Build Include="dbo\Stored Procedures\Cipher_DeleteByUserId.sql" />
<Build Include="dbo\Stored Procedures\User_BumpAccountRevisionDateByCollectionId.sql" />
<Build Include="dbo\Stored Procedures\User_BumpAccountRevisionDateByCipherId.sql" />
<Build Include="dbo\Tables\Event.sql" />
<Build Include="dbo\Stored Procedures\Event_Create.sql" />
</ItemGroup>
</Project>