1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Fix SQL warnings

This commit is contained in:
Bernd Schoolmann 2025-03-18 13:58:48 +01:00
parent a0c4c0e079
commit ac4882a840
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CREATE PROCEDURE [dbo].[OpaqueKeyExchangeCredential_DeleteById] CREATE PROCEDURE [dbo].[OpaqueKeyExchangeCredential_DeleteById]
@Id UNIQUEIDENTIFIER, @Id UNIQUEIDENTIFIER
AS AS
BEGIN BEGIN
DELETE DELETE

View File

@ -29,7 +29,7 @@ BEGIN
FROM FROM
[dbo].[OpaqueKeyExchangeCredential] [dbo].[OpaqueKeyExchangeCredential]
WHERE WHERE
[UserId] = @UserId [UserId] = @Id
-- Delete WebAuthnCredentials -- Delete WebAuthnCredentials
DELETE DELETE