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:
parent
2b55485f58
commit
786b054d8f
@ -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
|
Loading…
Reference in New Issue
Block a user