Fix foreign key constraint failure

This commit is contained in:
TocoToucan
2017-10-09 00:30:52 +03:00
parent 5d27c66efa
commit 81b9e08fb6
7 changed files with 17 additions and 21 deletions

View File

@ -12,6 +12,7 @@ namespace osu.Game.Beatmaps
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int Id { get; set; }
[NotMapped]
public int? BeatmapSetOnlineInfoId { get; set; }
public string Title { get; set; }