mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-29 05:49:16 +01:00
rework authentication and some other crap for optimizing sql parallelism
This commit is contained in:
parent
9c63ce9c99
commit
b9ac535836
14 changed files with 331 additions and 107 deletions
|
|
@ -7,5 +7,7 @@ namespace MareSynchronosServer.Models
|
|||
[Key]
|
||||
public string CharacterIdentification { get; set; }
|
||||
public string Reason { get; set; }
|
||||
[Timestamp]
|
||||
public byte[] Timestamp { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,5 +7,7 @@ namespace MareSynchronosServer.Models
|
|||
[Key]
|
||||
public string Hash { get; set; }
|
||||
public string ForbiddenBy { get; set; }
|
||||
[Timestamp]
|
||||
public byte[] Timestamp { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue