mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Attach migration memo to DatabasedSetting
class for visibility
This commit is contained in:
@ -7,7 +7,7 @@ using osu.Game.Database;
|
||||
namespace osu.Game.Configuration
|
||||
{
|
||||
[Table("Settings")]
|
||||
public class DatabasedSetting : IHasPrimaryKey
|
||||
public class DatabasedSetting : IHasPrimaryKey // can be removed 20220315.
|
||||
{
|
||||
public int ID { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user