Stop all reads/writes to the admin_log_entity table (#21186)
This commit is contained in:
@@ -517,6 +517,7 @@ namespace Content.Server.Database
|
||||
|
||||
public List<AdminLogPlayer> Players { get; set; } = default!;
|
||||
|
||||
// Unused
|
||||
public List<AdminLogEntity> Entities { get; set; } = default!;
|
||||
}
|
||||
|
||||
@@ -530,6 +531,7 @@ namespace Content.Server.Database
|
||||
[ForeignKey("LogId,RoundId")] public AdminLog Log { get; set; } = default!;
|
||||
}
|
||||
|
||||
// Unused
|
||||
public class AdminLogEntity
|
||||
{
|
||||
[Required, Key] public int Uid { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user