Fix additional bugs, tweak L+F

This commit is contained in:
Drew DeVault
2016-10-19 14:02:03 -04:00
parent 8d4a211419
commit 6da092ab30
4 changed files with 45 additions and 23 deletions

View File

@ -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; }