fix migration

This commit is contained in:
hydrant
2020-04-27 15:15:11 +02:00
parent 4a3acce1ba
commit 59b7178590
4 changed files with 12 additions and 9 deletions

View File

@@ -88,8 +88,9 @@ namespace ReallifeGamemode.Database.Entities
public House House { get; set; }
public int? JobId { get; set; }
public int? BusSkill { get; set; }
public int? PilotSkill { get; set; }
public int BusSkill { get; set; }
public int PilotSkill { get; set; }
public int Wanteds