1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +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],
[Reprompt],
[Key],
[OrganizationUseTotp]
, MAX ([Edit]) AS [Edit]
, MAX ([ViewPassword]) AS [ViewPassword]
[OrganizationUseTotp],
MAX ([Edit]) AS [Edit],
MAX ([ViewPassword]) AS [ViewPassword]
FROM
[dbo].[UserCipherDetails](@UserId)
WHERE
@ -41,5 +41,4 @@ SELECT
[Reprompt],
[Key],
[OrganizationUseTotp]
END