mirror of
https://github.com/bitwarden/server
synced 2026-01-10 12:33:49 +00:00
APIs for premium. Billing helpers.
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
@Premium BIT,
|
||||
@Storage BIGINT,
|
||||
@MaxStorageGb SMALLINT,
|
||||
@StripeCustomerId VARCHAR(50),
|
||||
@StripeSubscriptionId VARCHAR(50),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
@@ -45,6 +47,8 @@ BEGIN
|
||||
[Premium] = @Premium,
|
||||
[Storage] = @Storage,
|
||||
[MaxStorageGb] = @MaxStorageGb,
|
||||
[StripeCustomerId] = @StripeCustomerId,
|
||||
[StripeSubscriptionId] = @StripeSubscriptionId,
|
||||
[CreationDate] = @CreationDate,
|
||||
[RevisionDate] = @RevisionDate
|
||||
WHERE
|
||||
|
||||
Reference in New Issue
Block a user