1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 16:42:50 -05:00

Fix difference in SQL SP compared to migration SP

This commit is contained in:
Bernd Schoolmann
2025-06-02 18:11:37 +02:00
parent e45319e879
commit 98807864b9

View File

@ -255,7 +255,7 @@ CREATE OR ALTER PROCEDURE [dbo].[User_Update]
@LastKeyRotationDate DATETIME2(7) = NULL,
@LastEmailChangeDate DATETIME2(7) = NULL,
@VerifyDevices BIT = 1,
@SignedPublicKey NVARCHAR(MAX)
@SignedPublicKey NVARCHAR(MAX) = NULL
AS
BEGIN
SET NOCOUNT ON