mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00: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