1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-20 02:48:03 -05:00

revert change to sproc

This commit is contained in:
jaasen-livefront 2025-06-11 10:06:04 -07:00
parent 1b10aea43c
commit 5d0e32a0bd
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
CREATE OR ALTER PROCEDURE [dbo].[SecurityTask_ReadByUserIdStatus] CREATE PROCEDURE [dbo].[SecurityTask_ReadByUserIdStatus]
@UserId UNIQUEIDENTIFIER, @UserId UNIQUEIDENTIFIER,
@Status TINYINT = NULL @Status TINYINT = NULL
AS AS