mirror of
https://github.com/bitwarden/server
synced 2025-12-23 19:53:40 +00:00
revert changes to CipherDetails_ReadByIdUserId.sql
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
@UserId UNIQUEIDENTIFIER
|
@UserId UNIQUEIDENTIFIER
|
||||||
AS
|
AS
|
||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON;
|
SET NOCOUNT ON
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
[Id],
|
[Id],
|
||||||
[UserId],
|
[UserId],
|
||||||
[OrganizationId],
|
[OrganizationId],
|
||||||
@@ -21,9 +21,9 @@ BEGIN
|
|||||||
[Key],
|
[Key],
|
||||||
[OrganizationUseTotp],
|
[OrganizationUseTotp],
|
||||||
[ArchivedDate],
|
[ArchivedDate],
|
||||||
MAX([Edit]) AS Edit,
|
MAX ([Edit]) AS Edit,
|
||||||
MAX([ViewPassword]) AS ViewPassword,
|
MAX ([ViewPassword]) AS ViewPassword,
|
||||||
MAX([Manage]) AS Manage
|
MAX ([Manage]) AS Manage
|
||||||
FROM
|
FROM
|
||||||
[dbo].[UserCipherDetails](@UserId)
|
[dbo].[UserCipherDetails](@UserId)
|
||||||
WHERE
|
WHERE
|
||||||
|
|||||||
Reference in New Issue
Block a user