mirror of
https://github.com/bitwarden/server
synced 2026-01-13 22:13:43 +00:00
refactor cipher queries by user. tuned indexing.
This commit is contained in:
@@ -6,3 +6,10 @@
|
||||
CONSTRAINT [FK_GroupUser_OrganizationUser] FOREIGN KEY ([OrganizationUserId]) REFERENCES [dbo].[OrganizationUser] ([Id])
|
||||
);
|
||||
|
||||
|
||||
GO
|
||||
CREATE NONCLUSTERED INDEX [IX_GroupUser_OrganizationUserId]
|
||||
ON [dbo].[GroupUser]([OrganizationUserId] ASC);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user