1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-29 23:26:12 -05:00

fix: syntax error in sql

This commit is contained in:
Ike Kottlowski 2025-06-27 15:03:38 -04:00
parent f54b1913a1
commit c55e8bccb5
No known key found for this signature in database
GPG Key ID: C86308E3DCA6D76F

View File

@ -1,5 +1,4 @@
CREATE PROCEDURE [dbo].[AuthRequest_ReadPendingByUserId]
CREATE OR ALTER PROCEDURE [dbo].[AuthRequest_ReadPendingByUserId]
@UserId UNIQUEIDENTIFIER, @UserId UNIQUEIDENTIFIER,
@ExpirationMinutes INT @ExpirationMinutes INT
AS AS