FIx missing columns yet again

This commit is contained in:
Dean Herbert
2017-10-18 21:57:54 +09:00
parent 00be98dba7
commit 71d614b813
6 changed files with 10 additions and 6 deletions

View File

@ -12,7 +12,6 @@ namespace osu.Game.Beatmaps
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public int ID { get; set; }
[NotMapped]
public int? OnlineBeatmapSetID { get; set; }
public BeatmapMetadata Metadata { get; set; }