mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
MetadataID -> BeatmapMetadataID
This commit is contained in:
parent
72c4a26aea
commit
f6b6446a9c
@ -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…
Reference in New Issue
Block a user