mirror of
https://github.com/bitwarden/server
synced 2026-01-02 16:43:25 +00:00
index updates
This commit is contained in:
@@ -21,6 +21,7 @@ CREATE NONCLUSTERED INDEX [IX_Cipher_OrganizationId_Type]
|
||||
|
||||
|
||||
GO
|
||||
CREATE NONCLUSTERED INDEX [IX_Cipher_UserId_Type]
|
||||
ON [dbo].[Cipher]([UserId] ASC, [Type] ASC);
|
||||
CREATE NONCLUSTERED INDEX [IX_Cipher_UserId_Type_IncludeAll]
|
||||
ON [dbo].[Cipher]([UserId] ASC, [Type] ASC)
|
||||
INCLUDE ([OrganizationId], [Data], [Favorites], [Folders], [Attachments], [CreationDate], [RevisionDate]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user