rework authentication and some other crap for optimizing sql parallelism

This commit is contained in:
Stanley Dimant 2022-07-10 17:20:30 +02:00
parent 9c63ce9c99
commit b9ac535836
14 changed files with 331 additions and 107 deletions

View file

@ -7,5 +7,7 @@ namespace MareSynchronosServer.Models
[Key]
public string CharacterIdentification { get; set; }
public string Reason { get; set; }
[Timestamp]
public byte[] Timestamp { get; set; }
}
}

View file

@ -7,5 +7,7 @@ namespace MareSynchronosServer.Models
[Key]
public string Hash { get; set; }
public string ForbiddenBy { get; set; }
[Timestamp]
public byte[] Timestamp { get; set; }
}
}