mirror of
https://github.com/bitwarden/server
synced 2025-12-20 18:23:44 +00:00
remove old org property
This commit is contained in:
@@ -7,7 +7,6 @@ namespace Bit.Core.Models.Table
|
||||
public class Organization : IDataObject<Guid>
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid UserId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string BusinessName { get; set; }
|
||||
public string BillingEmail { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user