Attach migration memo to `DatabasedSetting` class for visibility

This commit is contained in:
Dean Herbert 2021-09-15 17:25:07 +09:00
parent a1d325cb22
commit 4f1db5af40
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
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; }