mirror of
https://github.com/bitwarden/server
synced 2026-01-16 15:33:19 +00:00
Add changes base on ticket adjustment
This commit is contained in:
@@ -96,7 +96,8 @@ BEGIN
|
||||
[VerifyDevices],
|
||||
[SecurityState],
|
||||
[SecurityVersion],
|
||||
[SignedPublicKey]
|
||||
[SignedPublicKey],
|
||||
[MaxStorageGbIncreased]
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
@@ -145,6 +146,7 @@ BEGIN
|
||||
@VerifyDevices,
|
||||
@SecurityState,
|
||||
@SecurityVersion,
|
||||
@SignedPublicKey
|
||||
@SignedPublicKey,
|
||||
@MaxStorageGb
|
||||
)
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user