From 7974c58fd5ba18e704979776df860b2bd27f6453 Mon Sep 17 00:00:00 2001 From: Glax Date: Sun, 18 May 2025 18:16:17 +0200 Subject: [PATCH] Fix PgsqlContext Discriminator UpdateCoverJob --- API/Schema/Contexts/PgsqlContext.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/API/Schema/Contexts/PgsqlContext.cs b/API/Schema/Contexts/PgsqlContext.cs index 366086f..f33dafc 100644 --- a/API/Schema/Contexts/PgsqlContext.cs +++ b/API/Schema/Contexts/PgsqlContext.cs @@ -38,6 +38,7 @@ public class PgsqlContext(DbContextOptions options) : DbContext(op .HasValue(JobType.DownloadSingleChapterJob) .HasValue(JobType.DownloadMangaCoverJob) .HasValue(JobType.RetrieveChaptersJob) + .HasValue(JobType.UpdateCoverJob) .HasValue(JobType.UpdateChaptersDownloadedJob) .HasValue(JobType.UpdateSingleChapterDownloadedJob);