mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix incorrect initial migration
Also adds variant to settings
This commit is contained in:
@ -14,6 +14,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
public int? RulesetID { get; set; }
|
||||
|
||||
public int? Variant { get; set; }
|
||||
|
||||
[Column("Key")]
|
||||
public int IntKey
|
||||
{
|
||||
|
Reference in New Issue
Block a user