mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
added new expiration columns to org/users
This commit is contained in:
@ -30,6 +30,7 @@ namespace Bit.Core.Models.Table
|
||||
public string PublicKey { get; set; }
|
||||
public string PrivateKey { get; set; }
|
||||
public bool Premium { get; set; }
|
||||
public DateTime? PremiumExpirationDate { get; set; }
|
||||
public long? Storage { get; set; }
|
||||
public short? MaxStorageGb { get; set; }
|
||||
public GatewayType? Gateway { get; set; }
|
||||
|
Reference in New Issue
Block a user