fix user -> house relation

This commit is contained in:
hydrant
2019-06-27 18:28:28 +02:00
parent f2cf7464d0
commit f2b1788939
4 changed files with 1223 additions and 5 deletions

View File

@@ -69,8 +69,9 @@ namespace ReallifeGamemode.Server.Entities
public GroupRank GroupRank { get; set; }
public House House { get; set; }
[ForeignKey("House")]
public int? HouseId { get; set; }
public House House { get; set; }
public int? JobId { get; set; }