mirror of
https://github.com/bitwarden/server.git
synced 2026-02-10 02:43:17 +08:00
log user events
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class EventTableEntity : TableEntity
|
||||
{
|
||||
public EventType Type { get; set; }
|
||||
public int Type { get; set; }
|
||||
public Guid? UserId { get; set; }
|
||||
public Guid? OrganizationId { get; set; }
|
||||
public Guid? CipherId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user