mirror of
https://github.com/bitwarden/server.git
synced 2025-07-17 15:40:59 -05:00
change email/password adjustments
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
@EmailVerified BIT,
|
||||
@MasterPassword NVARCHAR(300),
|
||||
@SecurityStamp NVARCHAR(50),
|
||||
@PrivateKey VARCHAR(MAX),
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
BEGIN
|
||||
@ -16,6 +17,7 @@ BEGIN
|
||||
[EmailVerified] = @EmailVerified,
|
||||
[MasterPassword] = @MasterPassword,
|
||||
[SecurityStamp] = @SecurityStamp,
|
||||
[PrivateKey] = @PrivateKey,
|
||||
[RevisionDate] = @RevisionDate,
|
||||
[AccountRevisionDate] = @RevisionDate
|
||||
WHERE
|
||||
|
Reference in New Issue
Block a user