1
0
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:
Kyle Spearrin
2017-04-14 09:53:20 -04:00
parent 943ef81c06
commit f9ef519ec0
4 changed files with 11 additions and 6 deletions

View File

@@ -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