1
0
mirror of https://github.com/bitwarden/server synced 2025-12-31 07:33:43 +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

@@ -35,7 +35,7 @@ BEGIN
IF @FolderId IS NOT NULL
BEGIN
EXEC [dbo].[FolderCipher_Create] @FolderId, @Id
EXEC [dbo].[FolderCipher_Create] @FolderId, @Id, @UserId
END
IF @Favorite = 1