feat(transport): add BundleImportId column on AuditLogEntry
This commit is contained in:
@@ -10,6 +10,7 @@ public class AuditLogEntry
|
||||
public string EntityName { get; set; }
|
||||
public string? AfterStateJson { get; set; }
|
||||
public DateTimeOffset Timestamp { get; set; }
|
||||
public Guid? BundleImportId { get; set; }
|
||||
|
||||
public AuditLogEntry(string user, string action, string entityType, string entityId, string entityName)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user