mirror of
https://github.com/ppy/osu
synced 2024-12-23 23:33:36 +00: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