diff options
Diffstat (limited to 'Jellyfin.Database/Jellyfin.Database.Providers.PgSql/Migrations/JellyfinDbContextModelSnapshot.cs')
| -rw-r--r-- | Jellyfin.Database/Jellyfin.Database.Providers.PgSql/Migrations/JellyfinDbContextModelSnapshot.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Database/Jellyfin.Database.Providers.PgSql/Migrations/JellyfinDbContextModelSnapshot.cs b/Jellyfin.Database/Jellyfin.Database.Providers.PgSql/Migrations/JellyfinDbContextModelSnapshot.cs index 2d0c783be..d67fd89d8 100644 --- a/Jellyfin.Database/Jellyfin.Database.Providers.PgSql/Migrations/JellyfinDbContextModelSnapshot.cs +++ b/Jellyfin.Database/Jellyfin.Database.Providers.PgSql/Migrations/JellyfinDbContextModelSnapshot.cs @@ -194,7 +194,7 @@ namespace Jellyfin.Database.Providers.PgSql.Migrations b.Property<DateTime?>("DateModified") .HasColumnType("timestamp with time zone"); - b.Property<DateTime>("EndDate") + b.Property<DateTime?>("EndDate") .HasColumnType("timestamp with time zone"); b.Property<string>("EpisodeTitle") @@ -332,7 +332,7 @@ namespace Jellyfin.Database.Providers.PgSql.Migrations b.Property<string>("SortName") .HasColumnType("text"); - b.Property<DateTime>("StartDate") + b.Property<DateTime?>("StartDate") .HasColumnType("timestamp with time zone"); b.Property<string>("Studios") |
