mirror of
https://github.com/bitwarden/server
synced 2026-01-15 23:13:56 +00:00
billing fixes and added gateway to subscriber
This commit is contained in:
@@ -18,8 +18,9 @@
|
||||
@Premium BIT,
|
||||
@Storage BIGINT,
|
||||
@MaxStorageGb SMALLINT,
|
||||
@StripeCustomerId VARCHAR(50),
|
||||
@StripeSubscriptionId VARCHAR(50),
|
||||
@Gateway TINYINT,
|
||||
@GatewayCustomerId VARCHAR(50),
|
||||
@GatewaySubscriptionId VARCHAR(50),
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
@@ -47,8 +48,9 @@ BEGIN
|
||||
[Premium],
|
||||
[Storage],
|
||||
[MaxStorageGb],
|
||||
[StripeCustomerId],
|
||||
[StripeSubscriptionId],
|
||||
[Gateway],
|
||||
[GatewayCustomerId],
|
||||
[GatewaySubscriptionId],
|
||||
[CreationDate],
|
||||
[RevisionDate]
|
||||
)
|
||||
@@ -73,8 +75,9 @@ BEGIN
|
||||
@Premium,
|
||||
@Storage,
|
||||
@MaxStorageGb,
|
||||
@StripeCustomerId,
|
||||
@StripeSubscriptionId,
|
||||
@Gateway,
|
||||
@GatewayCustomerId,
|
||||
@GatewaySubscriptionId,
|
||||
@CreationDate,
|
||||
@RevisionDate
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user