mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 18:33:11 +08:00
use EventTableEntity instead of TableEntity
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class EventTableEntity : TableEntity
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public int Type { get; set; }
|
||||
public Guid? UserId { get; set; }
|
||||
public Guid? OrganizationId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user