AccessLevel migrations are working

This commit is contained in:
phoenix
2025-03-07 22:11:43 -05:00
parent 40fa88fd05
commit 2e723a4bc0
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -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