AccessLevel migrations are working
This commit is contained in:
@@ -8,7 +8,7 @@ public class AccessLevel
|
||||
[Newtonsoft.Json.JsonProperty("id")]
|
||||
public int Id { get; set; }
|
||||
[Newtonsoft.Json.JsonProperty("level")]
|
||||
public string Level { get; set; }
|
||||
public string? Level { get; set; }
|
||||
[Newtonsoft.Json.JsonProperty("song_id")]
|
||||
public int SongId { get; set; }
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user