Run SQLDelight database migration verification task in CI (#3170)

This commit is contained in:
MajorTanya
2026-03-31 01:15:32 +02:00
committed by GitHub
parent 580863e891
commit 52fc38e965
2 changed files with 4 additions and 1 deletions
@@ -18,7 +18,7 @@ SELECT
mangas.cover_last_modified AS coverLastModified,
chapters.date_upload AS dateUpload,
chapters.date_fetch AS datefetch,
excluded_scanlators.scanlator as excludedScanlator
excluded_scanlators.scanlator AS excludedScanlator
FROM mangas JOIN chapters
ON mangas._id = chapters.manga_id
LEFT JOIN excluded_scanlators