Skip to content

Commit 412cda5

Browse files
committed
revert: "fix(chapter): Scanlator is nullable"
This reverts commit 0f44474.
1 parent 8dd9ab3 commit 412cda5

File tree

1 file changed

+1
-1
lines changed
  • data/src/commonMain/sqldelight/tachiyomi/data

1 file changed

+1
-1
lines changed

data/src/commonMain/sqldelight/tachiyomi/data/chapters.sq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ UPDATE chapters SET
9191
manga_id = coalesce(:mangaId, manga_id),
9292
url = coalesce(:url, url),
9393
name = coalesce(:name, name),
94-
scanlator = :scanlator,
94+
scanlator = coalesce(:scanlator, scanlator),
9595
read = coalesce(:read, read),
9696
bookmark = coalesce(:bookmark, bookmark),
9797
last_page_read = coalesce(:lastPageRead, last_page_read),

0 commit comments

Comments
 (0)