mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
add renewal reminder date prop to users
This commit is contained in:
@ -32,6 +32,7 @@ namespace Bit.Core.Models.Table
|
||||
public string PrivateKey { get; set; }
|
||||
public bool Premium { get; set; }
|
||||
public DateTime? PremiumExpirationDate { get; set; }
|
||||
public DateTime? RenewalReminderDate { get; set; }
|
||||
public long? Storage { get; set; }
|
||||
public short? MaxStorageGb { get; set; }
|
||||
public GatewayType? Gateway { get; set; }
|
||||
|
Reference in New Issue
Block a user