1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-29 13:25:17 +01:00

format nit and migration date nit

This commit is contained in:
jng 2024-11-06 14:09:19 -05:00
parent 2b55485f58
commit 786b054d8f
No known key found for this signature in database
GPG Key ID: AF822623CAD19C85
2 changed files with 3 additions and 4 deletions

View File

@ -19,9 +19,9 @@ SELECT
[DeletedDate], [DeletedDate],
[Reprompt], [Reprompt],
[Key], [Key],
[OrganizationUseTotp] [OrganizationUseTotp],
, MAX ([Edit]) AS [Edit] MAX ([Edit]) AS [Edit],
, MAX ([ViewPassword]) AS [ViewPassword] MAX ([ViewPassword]) AS [ViewPassword]
FROM FROM
[dbo].[UserCipherDetails](@UserId) [dbo].[UserCipherDetails](@UserId)
WHERE WHERE
@ -41,5 +41,4 @@ SELECT
[Reprompt], [Reprompt],
[Key], [Key],
[OrganizationUseTotp] [OrganizationUseTotp]
END END