mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +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
|
namespace osu.Game.Configuration
|
||||||
{
|
{
|
||||||
[Table("Settings")]
|
[Table("Settings")]
|
||||||
public class DatabasedSetting : IHasPrimaryKey
|
public class DatabasedSetting : IHasPrimaryKey // can be removed 20220315.
|
||||||
{
|
{
|
||||||
public int ID { get; set; }
|
public int ID { get; set; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user