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:
parent
f54b1913a1
commit
c55e8bccb5
@ -1,5 +1,4 @@
|
||||
|
||||
CREATE OR ALTER PROCEDURE [dbo].[AuthRequest_ReadPendingByUserId]
|
||||
CREATE PROCEDURE [dbo].[AuthRequest_ReadPendingByUserId]
|
||||
@UserId UNIQUEIDENTIFIER,
|
||||
@ExpirationMinutes INT
|
||||
AS
|
||||
|
Loading…
x
Reference in New Issue
Block a user