mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix cascade deletions
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user