mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
Deleted date on Cipher table, related sprocs and repositories updated
This commit is contained in:
@ -24,6 +24,7 @@ SELECT
|
||||
OR C.[Folders] IS NULL
|
||||
THEN NULL
|
||||
ELSE TRY_CONVERT(UNIQUEIDENTIFIER, JSON_VALUE(C.[Folders], CONCAT('$."', @UserId, '"')))
|
||||
END [FolderId]
|
||||
END [FolderId],
|
||||
C.[DeletedDate]
|
||||
FROM
|
||||
[dbo].[Cipher] C
|
Reference in New Issue
Block a user