mirror of
https://github.com/bitwarden/server
synced 2026-01-03 09:03:44 +00:00
sql event repo "Get" implementations
This commit is contained in:
@@ -17,5 +17,5 @@
|
||||
|
||||
GO
|
||||
CREATE NONCLUSTERED INDEX [IX_Event_DateOrganizationIdUserId]
|
||||
ON [dbo].[Event]([Date] ASC, [OrganizationId] ASC, [UserId] ASC, [CipherId] ASC);
|
||||
ON [dbo].[Event]([Date] DESC, [OrganizationId] ASC, [ActingUserId] ASC, [CipherId] ASC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user