mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
Merge pull request #15001 from overleaf/em-invite-audit-logs
Project audit logs for invite operations GitOrigin-RevId: c2db4bc719f508c5bf33be2c59eddfb63fcdae25
This commit is contained in:
@@ -6,6 +6,7 @@ const ProjectAuditLogEntrySchema = new Schema(
|
||||
projectId: { type: Schema.Types.ObjectId, index: true },
|
||||
operation: { type: String },
|
||||
initiatorId: { type: Schema.Types.ObjectId },
|
||||
ipAddress: { type: String },
|
||||
timestamp: { type: Date, default: Date.now },
|
||||
info: { type: Object },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user