Changeset 0.28.0.4 (#176)
This commit is contained in:
@@ -642,6 +642,7 @@ type File struct {
|
||||
type AuditEntry struct {
|
||||
ID string `json:"id" db:"id"`
|
||||
ActorID *string `json:"actor_id,omitempty" db:"actor_id"`
|
||||
ActorName *string `json:"actor_name,omitempty" db:"-"` // resolved via JOIN, not a column
|
||||
Action string `json:"action" db:"action"`
|
||||
ResourceType string `json:"resource_type" db:"resource_type"`
|
||||
ResourceID string `json:"resource_id,omitempty" db:"resource_id"`
|
||||
|
||||
Reference in New Issue
Block a user