feat(transport): add BundleImportId column on AuditLogEntry
This commit is contained in:
@@ -36,5 +36,6 @@ public class AuditLogEntryConfiguration : IEntityTypeConfiguration<AuditLogEntry
|
||||
builder.HasIndex(a => a.EntityType);
|
||||
builder.HasIndex(a => a.EntityId);
|
||||
builder.HasIndex(a => a.Action);
|
||||
builder.HasIndex(a => a.BundleImportId).HasDatabaseName("IX_AuditLogEntries_BundleImportId");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user