mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
fix: syntax error in sql
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user