mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
MetadataID -> BeatmapMetadataID
This commit is contained in:
@ -8,7 +8,7 @@ namespace osu.Game.Database
|
||||
[PrimaryKey]
|
||||
public int BeatmapSetID { get; set; }
|
||||
[NotNull, Indexed]
|
||||
public int MetadataID { get; set; }
|
||||
public int BeatmapMetadataID { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user