mirror of
https://github.com/bitwarden/server
synced 2025-12-29 14:43:39 +00:00
sql tuning and migrations
This commit is contained in:
@@ -6,3 +6,8 @@
|
||||
CONSTRAINT [FK_SubvaultCipher_Subvault] FOREIGN KEY ([SubvaultId]) REFERENCES [dbo].[Subvault] ([Id]) ON DELETE CASCADE
|
||||
);
|
||||
|
||||
|
||||
GO
|
||||
CREATE NONCLUSTERED INDEX [IX_SubvaultCipher_CipherId]
|
||||
ON [dbo].[SubvaultCipher]([CipherId] ASC);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user