1
0
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:
Cy Okeke
2025-11-17 18:34:10 +01:00
parent 0f844e565b
commit cea902a32e
5 changed files with 607 additions and 6 deletions

View File

@@ -96,7 +96,8 @@ BEGIN
[VerifyDevices],
[SecurityState],
[SecurityVersion],
[SignedPublicKey]
[SignedPublicKey],
[MaxStorageGbIncreased]
)
VALUES
(
@@ -145,6 +146,7 @@ BEGIN
@VerifyDevices,
@SecurityState,
@SecurityVersion,
@SignedPublicKey
@SignedPublicKey,
@MaxStorageGb
)
END