diff options
Diffstat (limited to 'Jellyfin.Database/Jellyfin.Database.Providers.SqLite/Migrations/JellyfinDbModelSnapshot.cs')
| -rw-r--r-- | Jellyfin.Database/Jellyfin.Database.Providers.SqLite/Migrations/JellyfinDbModelSnapshot.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Database/Jellyfin.Database.Providers.SqLite/Migrations/JellyfinDbModelSnapshot.cs b/Jellyfin.Database/Jellyfin.Database.Providers.SqLite/Migrations/JellyfinDbModelSnapshot.cs index ddcc37195..d24555c94 100644 --- a/Jellyfin.Database/Jellyfin.Database.Providers.SqLite/Migrations/JellyfinDbModelSnapshot.cs +++ b/Jellyfin.Database/Jellyfin.Database.Providers.SqLite/Migrations/JellyfinDbModelSnapshot.cs @@ -185,7 +185,7 @@ namespace Jellyfin.Server.Implementations.Migrations b.Property<DateTime?>("DateModified") .HasColumnType("TEXT"); - b.Property<DateTime>("EndDate") + b.Property<DateTime?>("EndDate") .HasColumnType("TEXT"); b.Property<string>("EpisodeTitle") @@ -323,7 +323,7 @@ namespace Jellyfin.Server.Implementations.Migrations b.Property<string>("SortName") .HasColumnType("TEXT"); - b.Property<DateTime>("StartDate") + b.Property<DateTime?>("StartDate") .HasColumnType("TEXT"); b.Property<string>("Studios") |
