mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Let's not rename columns yet
This commit is contained in:
@ -10,10 +10,10 @@ namespace osu.Game.Beatmaps
|
||||
public class BeatmapSetInfo
|
||||
{
|
||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public int Id { get; set; }
|
||||
public int ID { get; set; }
|
||||
|
||||
[NotMapped]
|
||||
public int? BeatmapSetOnlineInfoId { get; set; }
|
||||
public int? OnlineBeatmapSetID { get; set; }
|
||||
|
||||
public BeatmapMetadata Metadata { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user