mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
refactor cipher queries by user. tuned indexing.
This commit is contained in:
@@ -33,3 +33,9 @@
|
||||
CONSTRAINT [PK_Organization] PRIMARY KEY CLUSTERED ([Id] ASC)
|
||||
);
|
||||
|
||||
|
||||
GO
|
||||
CREATE NONCLUSTERED INDEX [IX_Organization_Enabled]
|
||||
ON [dbo].[Organization]([Id] ASC, [Enabled] ASC)
|
||||
INCLUDE ([UseTotp]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user