mirror of
https://github.com/bitwarden/server
synced 2026-01-20 01:13:18 +00:00
add enabled bit to organization
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
@MaxSubvaults SMALLINT,
|
||||
@StripeCustomerId VARCHAR(50),
|
||||
@StripeSubscriptionId VARCHAR(50),
|
||||
@Enabled BIT,
|
||||
@CreationDate DATETIME2(7),
|
||||
@RevisionDate DATETIME2(7)
|
||||
AS
|
||||
@@ -27,6 +28,7 @@ BEGIN
|
||||
[MaxSubvaults],
|
||||
[StripeCustomerId],
|
||||
[StripeSubscriptionId],
|
||||
[Enabled],
|
||||
[CreationDate],
|
||||
[RevisionDate]
|
||||
)
|
||||
@@ -42,6 +44,7 @@ BEGIN
|
||||
@MaxSubvaults,
|
||||
@StripeCustomerId,
|
||||
@StripeSubscriptionId,
|
||||
@Enabled,
|
||||
@CreationDate,
|
||||
@RevisionDate
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user