Fix cascade deletions

This commit is contained in:
Dean Herbert
2017-10-17 18:26:28 +09:00
parent 12639c6819
commit b9d0fb96ed
8 changed files with 243 additions and 210 deletions

View File

@ -16,6 +16,14 @@ namespace osu.Game.Beatmaps
[NotMapped]
public int? OnlineBeatmapSetID { get; set; }
public int? BeatmapSetInfoID { get; set; }
public BeatmapSetInfo BeatmapSetInfo { get; set; }
public int? BeatmapInfoID { get; set; }
public BeatmapInfo BeatmapInfo { get; set; }
public string Title { get; set; }
public string TitleUnicode { get; set; }
public string Artist { get; set; }