mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 06:47:19 +08:00
MetadataID -> BeatmapMetadataID
This commit is contained in:
parent
48ced4a79e
commit
6766fb5475
@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user