mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix additional bugs, tweak L+F
This commit is contained in:
@ -11,7 +11,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
[PrimaryKey]
|
||||
public int BeatmapID { get; set; }
|
||||
[ForeignKey(typeof(BeatmapSetInfo)), NotNull]
|
||||
[ForeignKey(typeof(BeatmapSetInfo))]
|
||||
public int BeatmapSetID { get; set; }
|
||||
[ManyToOne]
|
||||
public BeatmapSetInfo BeatmapSet { get; set; }
|
||||
|
Reference in New Issue
Block a user