mirror of
https://github.com/bitwarden/server.git
synced 2025-06-07 11:40:31 -05:00
Attempt to fix sql
This commit is contained in:
parent
9173f0cf5c
commit
9a43365b85
@ -109,7 +109,7 @@ CREATE OR ALTER PROCEDURE [dbo].[User_Create]
|
|||||||
@LastKeyRotationDate DATETIME2(7) = NULL,
|
@LastKeyRotationDate DATETIME2(7) = NULL,
|
||||||
@LastEmailChangeDate DATETIME2(7) = NULL,
|
@LastEmailChangeDate DATETIME2(7) = NULL,
|
||||||
@VerifyDevices BIT = 1,
|
@VerifyDevices BIT = 1,
|
||||||
@SignedPublicKey NVARCHAR(MAX) = NULL,
|
@SignedPublicKey NVARCHAR(MAX) = NULL
|
||||||
AS
|
AS
|
||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON
|
SET NOCOUNT ON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user