1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 09:33:40 +00:00

database adjustments and storage for attachments

This commit is contained in:
Kyle Spearrin
2017-06-30 14:41:57 -04:00
parent 6cea556ae1
commit 284078e946
17 changed files with 178 additions and 23 deletions

View File

@@ -9,6 +9,8 @@
@MaxCollections SMALLINT,
@UseGroups BIT,
@UseDirectory BIT,
@Storage BIGINT,
@MaxStorageGb SMALLINT,
@StripeCustomerId VARCHAR(50),
@StripeSubscriptionId VARCHAR(50),
@Enabled BIT,
@@ -30,6 +32,8 @@ BEGIN
[MaxCollections],
[UseGroups],
[UseDirectory],
[Storage],
[MaxStorageGb],
[StripeCustomerId],
[StripeSubscriptionId],
[Enabled],
@@ -48,6 +52,8 @@ BEGIN
@MaxCollections,
@UseGroups,
@UseDirectory,
@Storage,
@MaxStorageGb,
@StripeCustomerId,
@StripeSubscriptionId,
@Enabled,