1
0
mirror of https://github.com/bitwarden/server synced 2025-12-30 23:23:37 +00:00

org totp and storage flags

This commit is contained in:
Kyle Spearrin
2017-07-07 14:08:30 -04:00
parent 43262e577c
commit fbc189544b
20 changed files with 97 additions and 17 deletions

View File

@@ -9,6 +9,7 @@
@MaxCollections SMALLINT,
@UseGroups BIT,
@UseDirectory BIT,
@UseTotp BIT,
@Storage BIGINT,
@MaxStorageGb SMALLINT,
@StripeCustomerId VARCHAR(50),
@@ -32,6 +33,7 @@ BEGIN
[MaxCollections],
[UseGroups],
[UseDirectory],
[UseTotp],
[Storage],
[MaxStorageGb],
[StripeCustomerId],
@@ -52,6 +54,7 @@ BEGIN
@MaxCollections,
@UseGroups,
@UseDirectory,
@UseTotp,
@Storage,
@MaxStorageGb,
@StripeCustomerId,