mirror of
https://github.com/bitwarden/server.git
synced 2025-06-13 06:20:48 -05:00
Fix difference in SQL SP vs migration
This commit is contained in:
parent
98807864b9
commit
ae61005011
@ -42,7 +42,7 @@
|
||||
@LastKeyRotationDate DATETIME2(7) = NULL,
|
||||
@LastEmailChangeDate DATETIME2(7) = NULL,
|
||||
@VerifyDevices BIT = 1,
|
||||
@SignedPublicKey NVARCHAR(MAX)
|
||||
@SignedPublicKey NVARCHAR(MAX) = NULL
|
||||
AS
|
||||
BEGIN
|
||||
SET NOCOUNT ON
|
||||
|
Loading…
x
Reference in New Issue
Block a user