mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 18:32:56 +08:00
MetadataID -> BeatmapMetadataID
This commit is contained in:
parent
72c4a26aea
commit
f6b6446a9c
@ -8,7 +8,7 @@ namespace osu.Game.Database
|
|||||||
[PrimaryKey]
|
[PrimaryKey]
|
||||||
public int BeatmapSetID { get; set; }
|
public int BeatmapSetID { get; set; }
|
||||||
[NotNull, Indexed]
|
[NotNull, Indexed]
|
||||||
public int MetadataID { get; set; }
|
public int BeatmapMetadataID { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user