mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
FIx missing columns yet again
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user