mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
@@ -25,6 +25,7 @@ SELECT
|
||||
THEN NULL
|
||||
ELSE TRY_CONVERT(UNIQUEIDENTIFIER, JSON_VALUE(C.[Folders], CONCAT('$."', @UserId, '"')))
|
||||
END [FolderId],
|
||||
C.[DeletedDate]
|
||||
C.[DeletedDate],
|
||||
C.[Reprompt]
|
||||
FROM
|
||||
[dbo].[Cipher] C
|
||||
Reference in New Issue
Block a user