Update about the relation column "User" for the images

and begin to add a column in "Aircraft"
This commit is contained in:
Sébastien André
2020-07-30 18:29:41 +02:00
parent caa7215b71
commit eee6f596ac
12 changed files with 27 additions and 10 deletions

View File

@@ -5,5 +5,7 @@
public int Id { get; set; }
public string Name { get; set; }
public string ImageData { get; set; }
}
}

View File

@@ -14,7 +14,7 @@ namespace skydiveLogs_api.Model
public Gear Gear { get; set; }
public int UserId { get; set; }
public User User { get; set; }
public int ExitAltitude { get; set; }