mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
add enabled bit to organization
This commit is contained in:
@ -16,6 +16,7 @@ namespace Bit.Core.Models.Table
|
||||
public short? MaxSubvaults { get; set; }
|
||||
public string StripeCustomerId { get; set; }
|
||||
public string StripeSubscriptionId { get; set; }
|
||||
public bool Enabled { get; set; } = true;
|
||||
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
public DateTime RevisionDate { get; internal set; } = DateTime.UtcNow;
|
||||
|
||||
|
Reference in New Issue
Block a user