Remove the ability the lookup username history for moderators
This commit is contained in:
parent
56f788878a
commit
619f63067c
4 changed files with 3 additions and 44 deletions
|
@ -24,7 +24,5 @@ namespace Geekbot.net.Database.Models
|
|||
public bool IsBot { get; set; }
|
||||
|
||||
public DateTimeOffset Joined { get; set; }
|
||||
|
||||
public List<UserUsedNamesModel> UsedNames { get; set; }
|
||||
}
|
||||
}
|
|
@ -1,15 +0,0 @@
|
|||
using System;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Geekbot.net.Database.Models
|
||||
{
|
||||
public class UserUsedNamesModel
|
||||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public DateTimeOffset FirstSeen { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue