mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
Explicitly set quoted identifier on for problem objects (#1360)
This commit is contained in:
@ -7,7 +7,7 @@ BEGIN
|
||||
[Id],
|
||||
[UseEvents],
|
||||
[Use2fa],
|
||||
CASE
|
||||
CASE
|
||||
WHEN [Use2fa] = 1 AND [TwoFactorProviders] IS NOT NULL AND [TwoFactorProviders] != '{}' THEN
|
||||
1
|
||||
ELSE
|
||||
@ -19,4 +19,4 @@ BEGIN
|
||||
[Enabled]
|
||||
FROM
|
||||
[dbo].[Organization]
|
||||
END
|
||||
END
|
||||
|
Reference in New Issue
Block a user