1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -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]
@Id UNIQUEIDENTIFIER,
@Id UNIQUEIDENTIFIER
AS
BEGIN
DELETE

View File

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