mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Attach migration memo to DatabasedSetting
class for visibility
This commit is contained in:
parent
a1d325cb22
commit
4f1db5af40
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user