Add migration

This commit is contained in:
Patrick Barron
2021-03-19 00:26:07 -04:00
parent ea0a9c2cca
commit daa21c9e99
6 changed files with 814 additions and 17 deletions

View File

@@ -35,7 +35,7 @@ namespace Jellyfin.Data.Entities
/// <summary>
/// Gets or sets the id of the associated user.
/// </summary>
public Guid UserId { get; set; }
public Guid? UserId { get; set; }
/// <summary>
/// Gets the type of this preference.