mirror of
https://github.com/bitwarden/server
synced 2026-01-02 08:33:48 +00:00
update sprocs for denorm. userid on foldercipher
This commit is contained in:
@@ -26,7 +26,7 @@ BEGIN
|
||||
|
||||
IF @FolderId IS NOT NULL AND (@ExistingFolderId IS NULL OR @FolderId != @ExistingFolderId)
|
||||
BEGIN
|
||||
EXEC [dbo].[FolderCipher_Create] @FolderId, @Id
|
||||
EXEC [dbo].[FolderCipher_Create] @FolderId, @Id, @UserId
|
||||
END
|
||||
|
||||
IF @Favorite = 0
|
||||
|
||||
Reference in New Issue
Block a user